home *** CD-ROM | disk | FTP | other *** search
/ MacWorld 1999 March - Disc 1 / Macworld (1999-03) (Disk 1).dmg / Shareware World / Utilities / Text Processing / Alpha / Help / Changes < prev    next >
Encoding:
Text File  |  1998-12-22  |  105.3 KB  |  2,173 lines  |  [TEXT/ALFA]

  1. ================================================================================ 
  2. = Alpha change log                         last update: 22/12/1998 {11:26:28 pm}
  3. ================================================================================ 
  4.  
  5. Reorganisation carried out by Vince Darley with much help from Tom 
  6. Fetherston, Johan Linde, Jon Guyer and suggestions from the Alpha-D 
  7. mailing list.  Alpha is shareware; please register with the author 
  8. using the register button in the about box.
  9.   
  10. ================================================================================ 
  11. = Known issues:
  12. ================================================================================ 
  13.  
  14. Many known bugs are listed in the "Bug Reports and Debugging" readme.  
  15. These will all (hopefully) be fixed in Alpha 8.0.  There is no current 
  16. release date for Alpha 8.0, and there's no point in asking.  If you'd
  17. like to suggest new features etc for Alpha 8.0, the Alpha-D mailing
  18. list is the correct place to suggest them.
  19.  
  20. ================================================================================ 
  21. = To Do:
  22. ================================================================================ 
  23. turn off paragraph-auto-wrap-on-open for non-text modes? (how?)
  24.  
  25. ================================================================================ 
  26. = 7.1.5 released
  27. ================================================================================ 
  28. • <shift><click> on the file name in titlebar menu also does a Show In
  29.   Finder, rather than copying the path as it used to.
  30. • improved help in some global dialogs.  See 'Extending Alpha' for how
  31.   to write preference help so that it is useful both now (Alpha 7.1) and
  32.   in the future (Alpha 8.0) when it will be used automatically in balloon
  33.   help.  See globals.tcl for examples of how these are written.
  34.   FEEL FREE TO CONTRIBUTE NEW HELP TEXT FOR POORLY EXPLAINED ITEMS!
  35. • fixed Tcl 8 problem in errors.tcl, improved efficiency of code for Tcl 8
  36.   in numerous places all over SystemCode.
  37. • version number is now a 'sub-version' rather than a 'pN' patch version.
  38. • fewer things in the core clobber errorInfo, which is nicer for debugging
  39.   (you can switch to the Tcl shell and do 'set errorInfo' and expect 
  40.   something useful, rather than something to do with the process of 
  41.   switching to the shell!).  The way to avoid clobbering errorInfo is to
  42.   avoid using 'catch' unless it is really necessary.  Note that 'catch'
  43.   is actually quite slow too, since it has to set the error state.
  44. • Readme is up to date with new menus and urls, similar fixes in a few
  45.   places in Tcl code.
  46. • Updated HTML mode manual
  47. • minor latex mode/filesets improvements
  48. • improved C,C++ indentation
  49. • supersearch fix
  50. • saveasHook improvement
  51. • small rearrangements of coreFixes, alphaBits
  52. • There's now both an Alpha package and an AlphaTcl package.  In the 
  53.   future the version of 'Alpha' will change relatively infrequently, but that
  54.   of AlphaTcl more frequently.  Alpha is the application, AlphaTcl the set 
  55.   of files contained in the Tcl:SystemCode directory.  If you currently 
  56.   use 'alpha::package require/exists/... Alpha' you should probably change
  57.   that to 'AlphaTcl' in the future if you want to check for 7.1.5 or 
  58.   whatever.
  59. • various minor improvements to SystemCode files, recentFiles and 
  60.   filesetsMenu, especially regarding aliases and Tcl 8.
  61. • fixes to ftpMenu from Johan
  62. ================================================================================ 
  63. = 7.1p4 released
  64. ================================================================================ 
  65. • Jon and Mark Nagata added this nice feature: Title Bar clicking has been
  66.   modified in accordance with discussion here a few weeks ago. Mark Nagata
  67.   and I worked things around so that clicking the topmost item (file name) in
  68.   the popup path copies the full path to the Clipboard. "Fetched" files get
  69.   their URL copied to the Clipboard.
  70.  
  71.   Selecting lower items in the popup (folders in the path), causes the old
  72.   behavior of opening an SFGetBox with that folder current. <shift><click> on
  73.   a folder item opens the appropriate folder in the Finder (this was always
  74.   there).
  75. • no longer automatically remove leading, trailing and double 
  76.   menu-separators automatically.  Package writers are assumed not to
  77.   make such errors. (there was a conflict with the win-menu).
  78. • internationalMenus fix for new menu setup
  79. • change... changed to changeMode...
  80. • better file::showInFinder from Juan
  81. • fix to procs::reformatEnclosing
  82. • addition of icon resource to Alpha, and BNDL, FREFs for installer files
  83.   their type is 'InSt'.   developerUtils package updated accordingly.  
  84.   You'll need to rebuild your desktop to see the new icon on such files.
  85. • minor codewarrior menu fix, and prev error addition
  86. • prevMatch added to browser mode
  87. • beginning of support in ftpMenu for http too (the 'fetched' and other
  88.   variables take a fifth element the 'type' = ftp, http etc).
  89. • added couple of mark related procs to Alpha commands.  Simplifies Diff 
  90.   mode.  
  91. • procs::findEnclosing is now happy with procs which don't start a line.
  92. • some documentation in 'Extending Alpha' for how to embed preference help
  93.   in your package files.  This will be used for balloon help in a future
  94.   Alpha release.  It is currently used when you press 'help' in a dialog.
  95. • changed version to p4 (!)
  96. • fixed v. rare problem in alphaHooks with lsearch
  97. • TeX fixes (thanks!)
  98. ================================================================================ 
  99. = 7.1p3 released
  100. ================================================================================ 
  101. • dialog::text, dialog::yesno are nicer, and dialog::alert has been 
  102.   added.  In particular, dialog::yesno has configurable buttons.
  103. • better startup error messages (using new procs)
  104. • addition of UniversalHeaders pref to C++ mode, and opt-Q key-binding
  105.   to open one of the headers v. quickly.
  106. • improvements to fileManipulation.tcl and prompts.tcl
  107. • minor emacs fix
  108. • lots of menu rearrangments after recent discussion on Alpha-D
  109.   (feedback on new arrangement much appreciated)
  110. • required a bunch of code changes.  In particular the docProjects package
  111.   needed updating for the new structure.
  112. • fixed little bug in dialog::text (manifested in special keys... dialog)
  113. • internationalMenu pkg updates for new menus
  114. • few more menu changes
  115. • dialog::password new proc in core Tcl
  116. • minor improvement to C++ mode indentation
  117. • installer fix for newer files from Jon
  118. • some ae improvements from Jon
  119. ================================================================================ 
  120. = 7.1p2 released
  121. ================================================================================ 
  122. • fixed unBind, print problems
  123. • tiny latex mode fix (missing '.')
  124. • fix for startup after previous problematic startup (rare problem)
  125. • fix in file::getModeForFile in case of aliases
  126. • better startup error messages
  127. • minor changes to tclLog and shellMode
  128. • latex mode has a 'customising' section in the manual.  Not much 
  129.   there yet.
  130. • improved java mode
  131. • latest HTML etc modes from Johan.
  132. • auto_mkindex now includes procs not at the beginning of a line (Tcl 
  133.   8.0.3 or newer do this too)
  134. ================================================================================ 
  135. = 7.1p1 released
  136. ================================================================================ 
  137. • updated urls, links etc to Pete's and Vince's new web/archive sites.
  138. • proper bibtex mode included
  139. • bug fixes from Johan to search, clickUtils, browserMode
  140. • Jon's new jumpPrev/Next func
  141. • Juan's 'quickSearch'
  142. • minor TeX improvements
  143. • AlphaBits.tcl works for 7.1 and 8.0 dev version (not publically available)
  144. • autoContinueComment is now a feature so you can turn it on/off
  145. • horiz scroll bar is on by default
  146. • java marking and menu improvements/fixes
  147. • various indentation/beginning of file fixes in generic code
  148.   (could cause infinite loops in java mode, for instance)
  149. • added feature 'indentUsingSpacesOnly' for Rowland.  It just needs 
  150.   activating for whichever mode requires it.
  151. • fixed slow return in latex mode for Rowland
  152. • replaced previous fix with new commentsArentSpecialWhenIndenting feature
  153.   which can be used in any mode.
  154. ================================================================================ 
  155. = 7.1 released
  156. ================================================================================ 
  157. • updated links and urls for Pete's new sites
  158. • register application included with distribution 
  159. • fixed couple of bugs in electric menu and docprojects
  160. • fixed perl electric left/right problems
  161. • fixed C++ indent empty line
  162. • fixed smarterSource startup problems
  163. • various latex fixes and all other stuff reported on Alpha-D
  164. • updated Johan's link to new docs
  165. • updated various modes, esp frontier.
  166. • added camlMode
  167. • prevFunc etc improvements
  168. • Perl completions fixed; dbl-clicking not as nice as before.
  169. • win.tcl minor fix
  170. • new icons added (caml + some tcl related ones)
  171. • latex improvements
  172. • bib to refer
  173. • eudoraMenu updates
  174. • shellMode fix
  175. • BNDL bits set
  176. ================================================================================ 
  177. = 7.1fc5 released
  178. ================================================================================ 
  179. • new win.tcl (thanks Chuck)
  180. • recent files fix
  181. • parseFuncs calling mechanism improved
  182. • file extension mappings for each mode are stored without cr's etc.
  183. • few documentation improvements
  184. • removed pagestyle-empty etc from latex sectioning
  185. • more latex documentation improvements
  186. • electric Colon is a feature like the other electric things.  Modes 
  187.   should remove any mode var 'electricColon'.
  188. • sped up the global return/brace/tab type routines by avoiding calls 
  189.   to 'unknown'.  Side effect of this required some changes elsewhere.  
  190.   One benefit is that things should work with tcl8 unchanged now.  
  191.   Other side-effects: <mode>::<proc> is now required for the usual
  192.   electricX, carriageReturn etc.  The backwards compatible 
  193.   <mode><proc> have been removed (I don't think any modes use the old 
  194.   versions any more).  Changing mode will be slower the first time, 
  195.   since Alpha now forces mode specific procs to be loaded.  Various
  196.   generic procs are called '::XX' now so that everything is will work
  197.   ok with tcl 7 or 8.  Need to think about how to make changing mode
  198.   the first time faster.  These changes may have introduced some new
  199.   bugs: however they'll be easy to fix.
  200.   The trick of electric/indent procs using 'error' to force use of the
  201.   generic procedure no longer works.  Call the generic procedure 
  202.   directly instead (it's quicker that way too!).
  203. • text::genericIndent deprecated.  Call '::indentLine' instead.
  204.   (backwards compatibility proc is included)
  205. • changing mode faster again, but relies upon new behaviour for correct
  206.   functionality: on startup each mode must ensure its 'mode::MarkFile',
  207.   'mode::electricX' type procs are loaded in.  Currently, I believe all
  208.   modes already do that.  However it wasn't previously a requirement;
  209.   now it is.  The list of procs which must be loaded are stored in the
  210.   'mode::procs' variable.  The reason I don't force the attempted 
  211.   loading of each of these procs is that that takes a long time if the
  212.   procs don't exist.
  213. • document projects help file included.
  214. • hopefully updated all links to Pete's new ftp and web sites for 
  215.   Alpha.
  216. • eudora menu 'global' option added
  217. ================================================================================ 
  218. = 7.1fc4 released
  219. ================================================================================ 
  220. • eudora menu problem fixed
  221. • fileset menu problem with aliases fixed.
  222. • improvement to auto_load
  223. • TeX mode can use CMacTeX's pdfTeX
  224. • Java mode func marking works again, smart paste too.
  225. • updated to Internet Config 2.0
  226. • Java improvements
  227. • mv,cp fixes from Johan
  228. • fix for ':' and cmd-double-click problem.
  229. • indentationTypes moved to globals.tcl, couple of other moves.
  230. • slovenian and croatian keyboards supported
  231. • improved C++ and Java indentation.
  232. • fixed filesets flags menu (core problem)
  233. • improvements to emacs pkg.
  234. ================================================================================ 
  235. = 7.1fc3 released
  236. ================================================================================ 
  237. • Mercutio 1.5.2
  238. • 'Top Window Folder' renamed to 'Top Window's Folder'
  239. • Java improvements
  240. • Documentation improvements.
  241. • new HTML mode and manual.
  242. • fixed problem with dialog::handleSet when used from multi-page 
  243.   dialogs which contain sublists of items (WWW dialog problem).
  244. • fixed help for 'get_directory' to show 'Cancel' = error, not empty string.
  245.   Fixed couple of places in dialogs.tcl which relied on empty string 
  246.   behaviour.
  247. ================================================================================ 
  248. = 7.1fc2 released ('+' release was due to incorrect initial release)
  249. ================================================================================ 
  250. • numerous fixes from Johan -- many thanks as ever.
  251. • two replacement icons (IE,..)
  252. • updated HTML and related modes and manual
  253. • minor C++, Java improvements
  254. • increased Alpha's prefered memory allocation.
  255. • updated to Mercutio 1.5.1
  256. • file::revert renamed to file::revertThese to fix file menu conflict
  257. • updated Alpha Manual, Quick Start from Johan.
  258. • menu::buildHierarchy improved to work with glob style *.{a,b} 
  259.   patterns.
  260. • bug fix to 'menu::flagProc' when used for mode/pkg vars (array entries)
  261. ================================================================================ 
  262. = 7.1fc1 released
  263. ================================================================================ 
  264. • fileset menu minor improvements/fixes
  265. • my modified version of tkDiff works more or less now (requires 
  266.   scriptRunner and tkdiffControl packages).  Probably only useful for 
  267.   high-end macs, since Tk is slow on MacOS.
  268. • some Java mode improvements
  269. • improvements to Diff, Java, Perl and Gnuplot modes
  270. • procUtils fix, install improvement.
  271. • emacs added to list of default packages.
  272. • escapeSmartStuff fix for end of file.
  273. • Extending Alpha improvements (Tom and Vince)
  274. ================================================================================ 
  275. = 7.1b10 released (probably last beta release)
  276. ================================================================================ 
  277. • Diff mode extended so can hopefully use tkDiff as a graphical Diff 
  278.   utility external to Alpha (provided you have Tk installed)
  279. • twiddle fix
  280. • bunch of fixes from Johan
  281. • Jon's new code (ae, error etc)
  282. • latex Accents fix.
  283. • first-time users are asked if they want standard features activated.
  284. • dialog::yesno improvements
  285. ================================================================================ 
  286. = 7.1b9 released
  287. ================================================================================ 
  288. • various fixes (thanks Tom, Johan)
  289. • TeX, Bib completion problems fixed.
  290. • 'forwardDeleteUntil' procedure bound to shift-ctrl-Backspace
  291.   (nice feature from VI: useful for deleting to the end of the 
  292.   sentence etc.)
  293. • features can now be turned off for particular modes.
  294. • can add '(tabsize:4)' to _first_ line of a file to force a 
  295.   particular tab-size.
  296. • new Frontier menu
  297. • Tcl mode and TeX mode fixes
  298. • more \n file problem fixes (not sure I understand this,...!)
  299. • new win.tcl (thanks!)
  300. • new showVarValue
  301. ================================================================================ 
  302. = 7.1b8 released
  303. ================================================================================ 
  304. • release problem fixed
  305. • printing hopefully fixed
  306. ================================================================================ 
  307. = 7.1b7 released
  308. ================================================================================ 
  309. • some menus updated to use init/activate/deactivate scripts.
  310. • scripts for menus as for features: syntax of 'alpha::menu' changed
  311.   to allow extra arguments.  However, complete backwards compatibility
  312.   exists for all cases in which the menu name is an icon (begins 
  313.   with '•'), which is all current cases to the best of my knowledge.
  314.   See extending Alpha document for new syntax (closer to 
  315.   alpha::feature than the old one).  The new syntax is a little more
  316.   verbose than the old one but helps in that (a) it is clearer what is
  317.   going on, and (b) it's more flexible.  
  318. • Shell, bibConvert, showVarValue improvements.
  319. • file volumes works now (thanks Jon!)
  320. • supersearch replace all in single-file/selection etc much quicker
  321.   (does it all in one go rather than searching item by item)
  322. • completion::fromList fixed
  323. • various other problems in TeX, Bib,... modes.  thanks for bug reports
  324. • IBM file problem fixed.
  325. • TeX env indentation fixed.
  326. • Changed some 'loading' to 'Loading' so all look same at startup.
  327. • status::prompt improvement
  328. • C++ mode indentation improved again.
  329. • Multiple identities in Docprojects package.
  330. • Jon's new ae code (and error.tcl etc)
  331. • 'Extending Alpha' document improved somewhat.
  332. • Shell fix to carriage-return (thanks johan)
  333. • Some improvements to completion code, and fix for TeX Ref completion 
  334.   problem.  Note reference completion only works properly with the
  335.   elecCompletions package installed.
  336. • New Perl mode (Tom) (+ new icon)
  337. • BibConvert extensions (Jon)
  338. • Improvements to superSearch package (esp. 'replace all' code)
  339. • Couple new 'quote::' procedures which are useful for dialogs.
  340. • Variety of bug fixes.
  341. • Brown camel rsrc for Perl mode.
  342. • codewarrior menu fix.
  343. ================================================================================ 
  344. = 7.1b6 released
  345. ================================================================================ 
  346. • duplicate window problem fixed.
  347. • app::runScript new core procedure which is used by latex and diff 
  348.   modes.
  349. • new emacs pkg actually included this time.
  350. • all of HTML mode included.
  351. • couple of fixes to latex, menus, ...
  352. • better backwards compatibility with Alpha 7.0
  353. • alpha::mode line can contain a desired version number for 
  354.   menus/features.  Each item is a list {name ?on-by-default? 
  355.   ?desired-version?}.  Feature lists are remembered and updated
  356.   automatically for new versions of your mode.
  357. • improved developer utilities (hopefully avoid the recent HTML mode 
  358.   problem).
  359. • tryElseDump replaced by try which has been extended a bit.
  360. ================================================================================ 
  361. = 7.1b5 released
  362. ================================================================================ 
  363. • new HTML, JScr modes
  364. • better emacs pkg
  365. • prompt::getAKey fix, jumping to Tcl procs via cmdDblClick fixed.
  366. • 'editMark' now returns 0 if it succeeded, 1 if it failed to find 
  367.   the mark in the given file.
  368. • updated Modula2 mode.
  369. • fillRegion problem fixed (sorry), and some minor improvements and 
  370.   fixes to TeX and TeX completions.
  371. ================================================================================ 
  372. = 7.1b4 released
  373. ================================================================================ 
  374. • can startup with 'shift' to not load prefs (broke in previous 
  375.   release)
  376. • latexFilesets with non-existent files (because you deleted them) no
  377.   longer result in an infinite loop.
  378. • 'case ...:' statements indented correctly for C,C++ modes.
  379. • better documentation for some new stuff in "Extending Alpha" help 
  380.   file.
  381. • fixed Diff problem I introduced recently.
  382. • other stuff in b3/b4: some Shell improvements, Diff improvements (Jon)
  383.   LaTeX fixes, some dialog bugs and improvements (Johan), better menu
  384.   disabling (Andreas),...
  385. • remote-tcl-shell works again (updated for Jon's aeparse pkg)
  386. ================================================================================ 
  387. = 7.1b3 released
  388. ================================================================================ 
  389. • fixed long-standing pref dialog problem, and related new pref dialog 
  390.   problems: hitting any button except ok/cancel causes Alpha to forget
  391.   changes to other variables: e.g. using Set... or Help makes Alpha
  392.   forget the checkbox/edittext/optionmenu selections you may have
  393.   just made.  Unfortunately not too easy to fix efficiently.
  394. • numerous niggling bugs fixed (everything reported on Alpha-D, to
  395.   the best of my knowledge)
  396. • better escapeSmartStuff for latex (thanks!)
  397. • new Perl mode from Tom
  398. • all sorts of other contributions.
  399. ================================================================================ 
  400. = 7.1b2 released
  401. ================================================================================ 
  402. • menu init script recognised and used (on/off scripts still to come)
  403. • Jon's new aevt code, try code, ...
  404. • working HTML modes.
  405. ================================================================================ 
  406. = 7.1b1 released
  407. ================================================================================ 
  408. • new menu-bindings for mode/global prefs.
  409. • Alpha 68k in release again.
  410. • some package-downloads bugs
  411. • the list of menus in the alpha::mode declaration line is now a list
  412.   of menus and features by default associated with the mode.  For 
  413.   instance you should now add 'electricTab' etc. to that list in place
  414.   of the mode variable 'newPref f electricTab...' of Alpha 7.0
  415. • codeWarriorMenu and thinkMenu bugs fixed
  416. • 'electricTab' is now a feature, not a mode-preference.  This is 
  417.   good, because it means that turning electricTab on and off on either
  418.   a global or mode-specific basis is handled by Alpha's core.  A mode
  419.   now has to do nothing to support electric tabs.
  420. • Also electricReturn, electricBraces, electricSemicolon are now 
  421.   features.  This means the corresponding mode-preferences are now 
  422.   _obsolete_.  They should be removed.
  423. • Global selections are now removed from the mode-specific dialogs.
  424. • useful new proc 'tryElseDump' used internally a lot now.  If, for example,
  425.   activating a new package fails, the error is caught and, if you
  426.   have the tcl shell open (cmd-Y), the error is dumped into the shell.
  427. • made changeMode quite a bit faster (using new package mechanism)
  428. • big changes to whole package mechanism.  Now extensions behave more 
  429.   like menus: you can turn them on and off either globally or on a 
  430.   per-mode basis.  The package and alpha-downloads menus have been
  431.   combined, and the 'Menus…' selections are now 'Menus And Features…'.
  432.   New command 'alpha::feature' which basically replaces the old 
  433.   'alpha::extension' (although that is still supported).  Also there's
  434.   been one minor change (backwards compatible) to 'alpha::menu'.
  435.   The one probable incompatibility is any code which modifies the
  436.   'modeMenus' array.  This is now ignored.  The code has a different
  437.   mechanism for attaching menus to modes (which should happen 
  438.   automatically in all standard cases).
  439. • reorganised clickUtils and appPaths
  440. • prompt::statusLineComplete can use 'delete' as well as left-arrow to 
  441.   backup, although Alpha's limitations mean 'delete' isn't quite as 
  442.   nice (Try opt-Q in Tcl or Bib mode for an example).
  443. • put all file:: procs together in fileManipulation.tcl
  444. • small improvements to modes.tcl, menus.tcl
  445. • Alpha zaps your Cache when Alpha's core version changes.
  446. • latex mode improvements
  447. • file::getModeForFile cleverer checking for 'install' on first line.
  448. • bibtexMode fixes (thanks)
  449. • install.tcl fixes from Jonathan Guyer
  450. • rewrote text::genericIndent to avoid crashes due to searching 
  451.   backwards for a complex regexp.  Mostly occured in Java mode.
  452. • new proc 'text::inBlockComment' which will check in mode dependent
  453.   way if you're in a '/*  */' type comment (where the actual symbols
  454.   depend upon the mode).  If your mode doesn't use asymmetric comments
  455.   like this then the proc always returns an error.  Use 'catch' if
  456.   necessary.
  457. • help dialogs work for modes too
  458. • added 'programmer' to list of default fonts.
  459. • more help for TeX mode and for Alpha's globals
  460. • supersearch package implements find/replace in selection.
  461. • two bibtex/bibconvert bugs fixed (thanks)
  462. • include Alpha 68k in distribution.
  463. • bunch more fixes/improvements from Johan.
  464. • renamed bind to Bind and menu to Menu for future compatibility
  465.   (but left in procs so old versions still work).  Its completely
  466.   backwards compatible provided any menu you create uses just 'menu'
  467.   for itself and its submenus or just 'Menu' for itself and its 
  468.   submenus.  Mixing (e.g. Menu -n Blah {item1 item2 {menu -n submenu})
  469.   will not work.  Obviously you should just rename everything to the
  470.   upper-case version.  These are the last two of Alpha's commands which
  471.   conflict with Tcl/Tk (as of version Tcl 8.1 at least), which will 
  472.   make any future transition easier.
  473. ================================================================================ 
  474. = 7.0p4-5 released
  475. ================================================================================ 
  476. • bibConvert handles another inspec format
  477. • latex mode can work with new CMacTeX 3.0 xdvi/ghostview components 
  478.   without any changes.
  479. • new HTML, Frontier modes
  480. • for some reason not all fixes were included in previous distributions
  481.   hopefully that's fixed now.
  482. • multi-page help dialogs
  483. • improvements to "Extending Alpha" document.  Thanks Tom.
  484. • more bug fixes from Johan
  485. • commentLine/insertPrefix improvements (many thanks)
  486. • rename load to evaluate for future compatibility
  487. • removed mod2completions.tcl for the moment
  488. • special keys dialog bug fix
  489. • (distribution problem so quick release)
  490. ================================================================================ 
  491. = 7.0p3 released
  492. ================================================================================ 
  493. • improved package-index-scanning and newPref gathering
  494. • some documentation improvements
  495. • bunch of bug fixes (from Johan amongst others)
  496. • better package descriptions, more robust startup, better error logging
  497. • improved bibToHtml available
  498. • hook::callAll now returns the number of registered procs which 
  499.   didn't return normally (i.e. signalled an error)
  500. • 'better templates' package significantly faster.
  501. • Help feature in standard preference dialogs (not completely finished yet)
  502. ================================================================================ 
  503. = 7.0p2 28-1-98
  504. ================================================================================ 
  505. • paraStart fix (fillParagraph could crash Alpha due to nasty recursion)
  506.   Thanks for very detailed bug report.
  507. • Alpha will now check what's in Modes/Menus/Packages at startup and 
  508.   rebuild if it seems something has changed (avoids AlphaLite->Alpha 
  509.   upgrade problem, and most problems which would arise if users 
  510.   manually install packages).  Power-users can hold down option to
  511.   avoid the rebuild.
  512. • better C, C++, Tcl, TeX, Bib modes
  513. • new 'prompts' core package.
  514. • opt-Q is new binding for a mode-dependent quick-find (Tcl, Bib modes)
  515. • Perl mode fixed to work properly with Alpha 7.0 (previously it was a 
  516.   bit of a hack which had some problems!)
  517. • elec::Wrap minor improvement/fix
  518. • minor fix and some improvements to indentation.tcl
  519. • very nice new feature.  During the package-indexing process, Alpha
  520.   scans comments which precede 'newPref' statements, and stores them
  521.   in its prefhelp index.  Now when you do 'Describe Mode', Alpha 
  522.   displays by each item what it is used for.  Of course a lot of
  523.   modes aren't very well commented at the moment...
  524. ================================================================================ 
  525. = 7.0p1 14-1-98
  526. ================================================================================ 
  527. • saveasHook fix
  528. • improved filesetsMenu, recentFiles, TeX mode
  529. • year wrap-around bug in checking alpha-downloads dates fixed
  530. • .tcl subscript bug in alpha-downloads fixes
  531. • better checking for auto-decompressed downloads; hopefully avoids
  532.   double-decompression, and simplifies netscape/IE problems.
  533. • -*- Mode: XX -*- handled. (previously just -*-XX-*-)
  534. • dialogs.tcl changes to handle preference-changed procedures which
  535.   are composed of multiple parts.
  536. • indentation.tcl fixes to avoid search error in non-whitespace
  537.   searches which hit the end of the file.
  538. • added sort paragraphs
  539. • significant improvements to bib, tex modes
  540. ================================================================================ 
  541. = 7.0 released
  542. ================================================================================ 
  543. • changes to indentation.tcl and cMode.tcl and startup picture.
  544. • added 'saveUnmodified' which saves a file but keeps the old 
  545.   modification date.
  546. • changes to elec::Wrap to synchronise with TeX mode's wrapObject
  547. • added 'file writable' and 'file size' checks to query web for package list.
  548. • inserted templates indent correctly irrespective of tab size 
  549.   (really works now!)
  550. • procPatching uses saveUnmodified to avoid problems with updating 
  551.   Alpha's code in the future.
  552. • TeX smart paste works
  553. • Mercutio 1.5 final
  554. • latexSizes improved.
  555. • getOpts more flexible
  556. • improved bringToFront, revert, TeX smart paste, 
  557. • Del key works on all keyboards again.
  558. • added aevt code to core, plus Jon's fixes. Make sure you remove 
  559.   'Packages:aevt.tcl' if you have it.
  560. • moved some code to 'CorePackages', just to make things a bit more 
  561.   modular.  It's for code which the core needs, but is sufficiently 
  562.   separated from the messy, interlinked SystemCode stuff that it 
  563.   makes sense to keep it separate.  (Ideally everything in systemcode
  564.   should be organised even more and almost everything will end up in
  565.   CorePackages).  Makes maintaining and improving things easier...
  566. ================================================================================ 
  567. = 7.0final (?) released
  568. ================================================================================ 
  569. • fix to win.tcl
  570. • added packages prefs page (add to it using alpha::addToPreferencePage)
  571. • couple of other minor changes (various packages updated...)
  572. ================================================================================ 
  573. = 7.0fc4 released
  574. ================================================================================ 
  575. • more improvements to hook.tcl
  576. • package::findAllExtensions fix (minor)
  577. • fixed patch-level back to ""
  578. • version in get-info is in sync again.
  579. • setFontTabs fixed to not dirty window.
  580. • added '.' to quote::Regfind list
  581. • can use netscape etc for updating site listings.  It fails 
  582.   initially, but then you are told to wait till the listing is 
  583.   complete and then select a new menu-item.
  584. • split fileUtils into winUtils and fileUtils.
  585. • minor changes to indentation.tcl
  586. • Mercutio MDEF 1.5b2 (contains important fixes)
  587. • recentFiles, docProjects, newDocument improvements/fixes from Andreas, Jon.
  588. ================================================================================ 
  589. = 7.0fc3 released
  590. ================================================================================ 
  591. • very cool menu dimming from Andreas
  592. • HTML carriage-return problem fixed
  593. • TeX fill paragraph small fix
  594. • another completion tutorial fix
  595. • Tcl var completion better
  596. • better menu enabling/disabling
  597. • better TeX completions tutorial
  598. • modula 2 mode now available
  599. • improved replaceInFileset
  600. • internal change so '[win::Current]' or '[win::CurrentTail]' are much more 
  601.   efficient than '[lindex [winNames ?-f?] 0]' (or [car [winNames ?-f?]]
  602. • better menu dimming, a few internal changes to hook.tcl
  603. • winModes renamed to win::Modes (although it shouldn't really be used
  604.   outside of the core code), use 'new -m MODE' instead.
  605. • Mercutio MDEF 1.3.5b1 - fixes two potentially crashing bugs.
  606. ================================================================================ 
  607. = 7.0fc2 released
  608. ================================================================================ 
  609. • 'save' dimmed as appropriate
  610. • variety of internal changes for better Tcl 8 compatibility
  611. (I think the Tcl code will work unchanged now with either Tcl7.4 or Tcl8.0)
  612. • better startup error reporting
  613. • some improved documentation
  614. • filesetsMenu minor improvements
  615. • latexSizes better
  616. • inserted templates indent correctly for any tabsize, by noting the 
  617.   indentationAmount pref (both basic and V'sA templates)
  618. • various completion tutorial improvements from Tom Fetherston
  619. • some latex/bib improvements/fixes
  620. • internationalMenus pkg fixes (thanks Frederic)
  621. ================================================================================ 
  622. = 7.0fc1p1 and p2 released 
  623. ================================================================================ 
  624. • TeX improvements
  625. • 'new' fix to bug introduced in fc1 release.
  626. • listAllBindings and listGlobalBindings
  627. • describe mode gives help text too if it is short.
  628. • internationalMenus package available thanks to Andreas
  629. • bunch of fixes from all sorts of people -- thanks v. much.
  630. • TeX::indentLine now operates 
  631. • smarterSource will be activated much earlier at startup if you use 
  632.   it.
  633. • you may need to remove your preference setting for 'package::loaded'
  634.   for things to work correctly wrt turning packages on and off -- this
  635.   is due to some internal changes in the fc1p2 release.
  636. • added dialog::yesno which returns 1,0 or error rather than the built in
  637.   askyesno which you always have to use '== "yes"' with.
  638. • electricMenu and shell improvements/fixes (thanks Frederic)
  639. • latexSizes has user-specifiable bindings
  640. • Diff mode copes with context-sensitive Diffs, and has a special 
  641.   preference for them.  also for directory comparisons now.
  642. • Some more international-menus/keys improvements.
  643. • better and new electric completions in TeX mode
  644. • added the 'alpha::package disable' subcommand.  This allows you to 
  645.   specify a script to be evaluated when the user disables a package.
  646. • 'blink' shows some context if the blink location is offscreen.
  647. • menu::uninsert proc so you can remove previously inserted items.
  648. • better Tcl completions
  649. ================================================================================ 
  650. = 7.0fc1 released 
  651. ================================================================================ 
  652. • useful new proc 'app::isRunning list-of-sigs ?name? ?sig?' which 
  653.   returns 1 if an app with one of the given sigs is running, 0 
  654.   otherwise.  Also if you pass it the name of a variable (or two).
  655.   They are set to (using upvar) the name of the app and the actual
  656.   sig of the app.  This proc uses a good regexp rather than scanning
  657.   the 'processes' list one element at a time.
  658.  
  659. Remember: if your mode/menu/extension needs a feature from a new 
  660. release of Alpha, just add the line:
  661.  
  662.     alpha::package require Alpha 7.0b4p2
  663.     
  664. or something similar.  Additionally the installer can use the
  665. optional flag '-require {Alpha 7.0fc1}' to warn the user on
  666. installation.
  667.  
  668. • some fixes from Johan (filesets etc)
  669. • keyboard pop-up in international prefs.
  670. • greek keybinding fix for TeX mode
  671. • betterTemplates improvement
  672. • minor Tcl::Markfile fix
  673. • latexSizes package available
  674. • simple international keyboards pop-up thanks to Andreas.  If your 
  675.   keyboard isn't there, define a new 'keyboards' array entry.  See
  676.   international section of the manual for details.
  677. • some purgeable resource fixes from Andreas
  678. • completion proc uses the current mode's wordBreak definition rather
  679.   than a default (TeX mode completions work properly again)
  680. • carriageReturn fixes a long-standing beginning of comment-line bug.
  681. • improved 'new' and Calc mode a little bit.
  682. • handleReply now uses a queue rather than a stack.  Also 
  683.   'currentReplyHandler' always adds to the end of the queue unless
  684.   you give it an optional parameter '1' which says add only if there
  685.   are no duplicates.
  686. • alpha downloads menu improved, and finds the downloaded installer 
  687.   more robustly.
  688. • fixed hierarchical fileset update bug due to not storing all info
  689.   in the cache.  On restart, new submenus wouldn't actually work 
  690.   before, until you rebuilt the entire menu.
  691. • Tcl-dbl-click faster now.
  692. ================================================================================ 
  693. = 7.0b4p1 released 
  694. ================================================================================ 
  695. • a few 'switch --' bugs fixed (you should nearly always add '--' after 
  696.   regexp, switch etc for safety ;-)
  697. • prefs menu looks nicer
  698. • proper unix.tcl included
  699. • changed DeskTop to Desktop in some Alpha dialogs (will be in next 
  700.   non-patch release).
  701. • describe mode fix for modes not registered as packages (Text, PS, etc)
  702. • disabling of the current-mode menu when there's no window.
  703. • bindings opt-p and shift-opt-e for pi and e in Calc mode.
  704. • Updated to mercutio mdef 1.3.4 (again in next non-patch release only)
  705.   fixes bugs, looks better with OS 8.
  706. • added two icons
  707. • made a dialog resource purgeable that wasn't but should have been (777)
  708. • renameTo moved to file menu (as a dynamic item)
  709. • added ctrl-m binding to 'nextMatch'
  710. • few internal changes.
  711. • removed some obsolete stuff from "Alpha Commands"
  712. • improved alpha downloads menu
  713. • docProjects no longer require newDocuments
  714. • C++ marking improved
  715. • dialog::findApp bug-fix
  716. • llindex more robust.
  717. • gnuplotMode.tcl works with 7.0 again (unofficial version)
  718. ================================================================================ 
  719. = 7.0b4 released 
  720. ================================================================================ 
  721. • saveHook backup-fix
  722. • related document-projects improvements
  723. • globalMenus fix
  724. • removed compatibility.tcl
  725. • specialkeys fix
  726. • number of useful fixes from Johan
  727. • 'don't show log' in installer actually works now!
  728. • 'file rename' in file-utils menu
  729. • textures interaction fixes
  730. • appPaths.tcl fixes
  731. • fixes from Tom Fetherston
  732. • new hook 'launch' with which you can register to be called when an 
  733.   app with a given sig is launched: hook::register launch myproc $sig
  734. • extension documentation improvements
  735. • auto_reset called by rebuildTclIndices (but not by auto_mkindex since
  736.   standard Tcl doesn't do that)
  737. • HTML + related modes updated from Johan.
  738. ================================================================================ 
  739. = 7.0b3p1 released 
  740. ================================================================================ 
  741. • Tcl, C++, TeX, Shel mode improvements
  742. • Key-binding fix (one old one new)
  743. • 'special keys…' menu item
  744. • latex mode 'choose command' currently removed.
  745. • -provide {pkg version pkg2 version ...} install script flag now 
  746.   available.  This checks that there isn't a newer version already 
  747.   installed.
  748. ================================================================================ 
  749. = 7.0b3 released 
  750. ================================================================================ 
  751. • bunch of fixes from Johan
  752. • package-index is auto-rebuilt if Alpha version changes and it isn't uptodate
  753. • startup improvements (more robust)
  754. • Tcl, C++, TeX mode improvements
  755. • install flag -forcequit
  756. • install flag '-rebuildquit' is ignored now.  Alpha always rebuilds and asks
  757.   if you want to quit (unless -forcequit in which case you must quit)
  758. • the rebuilding process takes place once your install script has completed.
  759. • menu::buildSome cleaner now
  760. • bunch of other fixes improvements from Johan, Tom
  761. • HTML, Frontier, Javascript modes improved.
  762. • Diff mode improved.
  763. ================================================================================ 
  764. = 7.0b2p1 released 
  765. ================================================================================ 
  766. • '-exact' flag supported by package require
  767. • miscellaneous minor fixes.
  768. • some 'unix' code now in coreFixes.tcl, rest improved and no longer needed
  769.   at startup
  770. • recursiveRm gone.  Replaced by '-r' option to rm.
  771. • diff mode no longer requires both windows to be present to synchronise
  772.   movement.  For example you may open a .diff file and look at it.  Then
  773.   you can open the left diff window (using a menu item).  Diffs in that
  774.   file are subsequently highlighted.  Then you can locate the right diff
  775.   window and continue...
  776. • package help item can now be:
  777.   file "name"  --- a file in the Help folder
  778.   [script] --- a script to open/edit the help file (usually jump to a mark)
  779.   text --- a lot of text which will be put in a window for you
  780. • small package::require fix (when errors happened)
  781. • small mode-file matching improvement for Unix eol files.
  782. • smartPaste better
  783. • tclMode, C++ mode better
  784. • package menu quicker --- abandoned the invisible non-help items since
  785.   with the new 'help' package sub-command it's very easy to add help.
  786. • wwwMode is now wwwMenu (why wasn't it always?? -- thanks tom)
  787. • Tcl mode has surroundwithbullets again
  788. • paste, supersearch improvements
  789. • removed silly 'indentFollowsTab' flag, simplified a number of indentation
  790.   routines.
  791. • latex mode simplifications
  792. • new proc 'elec::replaceText'
  793. • C++ mode has a work-around in indent-line for an Alpha-core bug.  
  794.   Activate the new flag in the mode-prefs to use it.
  795. • diff mode patching with only one of two windows present.
  796. • diff flags preference changed from global to Diff mode var.
  797. ================================================================================ 
  798. = 7.0b2 released 
  799. ================================================================================ 
  800. • a misc dialog fix
  801. • word completion improvement
  802. • icons for python and supercard modes
  803. • installer more robust to systemcode changes
  804. • some searching fixes (but see the 'supersearch' package too)
  805. • 68k resources available now.
  806. • modes with <mode>::correctIndentation defined have smart pasting if
  807.   you install the smartPaste package.
  808. ================================================================================ 
  809. = 7.0b1p2 released 
  810. ================================================================================ 
  811. • ${mode}::startPara, endPara are used by fillParagraph if they exist.
  812. • paragraph filling in Shel mode
  813. • added international prefs, and note in manual under International Users.
  814. • prefs dialogs handle item grouping
  815. • installer can remove directories
  816. • installer dialog re-sizes better
  817. • Tcl mode can do remote stuff
  818. • a few contributed bug-fixes (thanks!)
  819. • added help sub-command to alpha::package to help packages locate help files.
  820. • recent files menu much faster building
  821. • appPaths.tcl imporvements
  822. • error log options
  823. • cache sub-dirs work ok
  824. • renamed some of the package index stuff --- all stored in one subdir in
  825.   the cache now.
  826. • cache improvements
  827. • alpha now prefers mode procs to be called '<mode>::markFile', 
  828.   '<mode>::electricLeft' etc.  This will make things much more efficient
  829.   and simple when Alpha upgrades to Tcl 8.  
  830. • better Tcl::electricLeft
  831. • new takes optional arg '-m <mode>' to set the mode of a new window 
  832.   directly.  It also now returns the actual name of the window created.
  833. • alpha remembers mode menu changes again now---newly introduced bug ;-(
  834. • replace in fileset handles regexp and case-insensitive now
  835. ================================================================================ 
  836. = 7.0b1p1 released 
  837. ================================================================================ 
  838. • auto-loading extensions treated differently (extension without startup code)
  839. • a menu fix
  840. • menu::buildSome better
  841. • a local directory '${HOME}:AlphaPrefs:' takes precedence over the one in
  842.   the system/prefs folder if it exists.
  843. • template insertion with no stops bug fixed
  844. • package version checking/handling better
  845. • TeX problems fixed
  846. • improvements to Shell mode
  847. ================================================================================ 
  848. = 7.0b1 released 
  849. ================================================================================ 
  850. • various fixes to TeX mode
  851. • ftpMenu improvements, app dialog too (thanks Johan)
  852. • Tcl mode stuff from Tom
  853. • help file improvements
  854. • electric menu better
  855. • diff mode improving...
  856. • few other minor problems
  857. • added key symbols for a few standard bindings to menus
  858. • diff mode much better.
  859. • fixed startup problems
  860. • alpha package deals with extensions, modes and menus
  861. ================================================================================ 
  862. = 7.0a4 released 
  863. ================================================================================ 
  864. • package uninstall command now exists (see end of the Packages Help file)
  865. • rename package to alpha::package to avoid problems if Alpha uses Tcl 8.0
  866. • Menus directory is now recursively scanned.
  867. • changed some Tcl-mode menu bindings
  868. • other fixes from Tom, Johan.
  869. • rewrote Alpha's mode and menu loading scheme to be more like the one for
  870.   packages.  This is altogether better.  Since we have to rebuild indices
  871.   when we install something new, we might as well extract the startup
  872.   information.  Hence there are new commands 'alpha::mode' and 
  873.   'alpha::menu' which behave like 'alpha::package' in that they declare
  874.   a few required things (name, version, dummyProc, extensions etc.) and
  875.   contain an optional startup script.  Now on startup Alpha doesn't need
  876.   to scan the modes and menus directories.  Big time-saving!
  877. • made package-menus a separate menu item --- they are a different kind of
  878.   thing, since they can be turned on and off at will (unlike packages which
  879.   usually require a restart), and the user may wish to access them more
  880.   often.
  881. • uninstall works ok now.
  882. • new latex mode
  883. • fixed some diff mode bugs.
  884. • new combined help file 'extending alpha'
  885. •) keys::toBind has problems with modified bindings.  This is the problem:
  886.     'eval bind [keys::toBind /1«X»] refresh' 
  887. works ok, but
  888.     'eval bind [keys::toBind /1<U«X»] refresh' 
  889. doesn't, since 'shift-1' is in fact '!', so we need /!<U«X», but it will
  890. work if we have 'ctrl' as well as shift (for some reason...).  I'm not 
  891. too sure how to fix this.
  892.  
  893. Fixed keys::toBind now, but in a keyboard dependent way (I think).  I don't 
  894. think there's any other way.  There are two variables keys::mapShiftBindFrom 
  895. and keys::mapShiftBindTo which contain the mapping required.  Perhaps these 
  896. should be put in an 'advanced' preferences dialog.
  897.  
  898. ================================================================================ 
  899. = 7.0a3 released 
  900. ================================================================================ 
  901. • Reorganised SystemCode and UserCode directories.  Removed a lot of 
  902.   obsolete code and put it in the 'Compatibility' directory, so it's 
  903.   still there if anyone wants it.  
  904. • Modified basic word-completion 
  905.   procedures and added general purpose indentation, electric and 
  906.   template code.  Some of the new code merely replicates the 
  907.   functionality of the old, some is completely new.  All of it is very 
  908.   easy to extend and enhance with new templates, completion 
  909.   mechanisms,… The idea is to keep Alpha's core code simple, but allow
  910.   people to add things on without having to mess with that core too 
  911.   much.
  912. • Added similarly extensible option-titlebar-click procedures.
  913.   Pop-up menu: to look for related files, option click in a window's titlebar 
  914.   for a list of #included files, or files in the same directory or files 
  915.   which form part of the same TeX document (it's a mode-dependent menu).
  916. • Added regisearch.
  917. • Simplified the flags/vars/mode/global dialog code.  It's now easy to 
  918.   use for your for packages which aren't modes - so you can add an extra
  919.   panel in the global options dialog with the name of your package.  
  920.   Also added a new option: previously if 'menuFlags($var)' was set 
  921.   then 'var' was one of the given list of items.  Now, that is still true,
  922.   but separately, if 'flag::options($var)' is set, then var appears to
  923.   the options dialog as one of the given list of items, but behind the
  924.   scenes is just an index 0,1,2, etc. into that list.
  925.   Finally the 'mode' dialog can also be used by separate packages which
  926.   do not keep a copy of all their variables in the global scope.
  927.   You just do "dialog::pkg_options Pkg" where all your vars are 
  928.   stored in 'PkgmodeVars'.
  929. • Added 'package' commands.  A simple package should just contain a 
  930.   single line 'alpha::extension Pkg 0.95' somewhere in its file for all
  931.   auto-loading, activation, deactivation, ... to work correctly.  Such
  932.   a line will cause the package to be loaded at startup.  A nicer 
  933.   package will also provide the script:
  934.   
  935.       alpha::extension Pkg 0.95 script
  936.     
  937.   where 'script' is a script which does what is necessary to 
  938.   initialise the package so that all other capabilities can be carried
  939.   out through autoloading.  A simple example might be:
  940.   
  941.     alpha::extension Compare 1.0 {
  942.         menu::addTo Compare winInPlace
  943.     }
  944.     
  945.   which would add an item to the compare menu which when selected 
  946.   would call the procedure 'compare::winInPlace'.  This means the
  947.   entire file ("compare.tcl" or whatever it might be called) is only
  948.   loaded when used.  That's obviously a bit better, so packages are
  949.   encouraged to use this latter technique.
  950.   
  951.   Packages may require or test the existence of other packages.
  952.   Just use:
  953.   
  954.     alpha::package require VinceAdditions 7.82
  955.     
  956.   or
  957.   
  958.     if [alpha::package exists VinceAdditions 7.82] { ... }
  959.   
  960.   Version numbers are now handled as in standard Tcl 8.  If a version
  961.   number appears incompatible, an error occurs.
  962.   
  963. • Added hook and cache procedures.
  964. • Bound 'opt-P' in the Tcl menu to find a procedure definition using
  965.   command completion in the status window.
  966. • Added hooks so packages can put items in the 'current mode' and
  967.   'global' menus.  The latter is especially useful for packages.
  968. • Added proc 'newPref' which should be used instead of 'newModeVar'
  969. • Package system streamlined somewhat, version numbers work a bit
  970.   more like Tcl.
  971. • Removed old install menu, and install proc.  This means there is
  972.   no way to select between latex2e and latex2.09, and no way to
  973.   install the old electric-alias code.  Perhaps someone won't like
  974.   that.  TeX mode can always add a modeVar to toggle between 2e and 
  975.   2.09 if people actually use the old stuff any more.
  976. • Alpha now starts up ok with 'packages disabled' (hold down shift)
  977. • Added a trial key-binding dialog from HTML mode.
  978. • Note a subtle change due to the new hooks procedures.  ChangeMode
  979.   hooks are only called when the mode does actually change.  The old
  980.   behaviour was odd (they would also be called on activateHook and
  981.   some other events).  Modes (such as TeX) which relied on the old
  982.   behaviour must be fixed ('upgraded' ;-).
  983. • Split off all mode-completion routines into a separate directory.
  984.   They are only loaded when necessary.
  985. • Added a 'coreFixes.tcl' file which contains workarounds for bugs
  986.   in Alpha's hard-coded procedures.
  987. • Major overhaul of TeX, Bib modes to incorporate a lot of 
  988.   code: integrates with filesets better, more searching capabilites
  989.   for bibliographies/citations.  Also fixed up those modes for
  990.   the new Tcl scheme.
  991. • Fixed problem with flags dialogs (thanks Tom)
  992. • Fixed bug in activateHook
  993. • Added dynamic menu item for 'spellcheckSelection' (use Ctrl)
  994. • Added 'Install' menu.  Any file whose name ends in ' Install' or 
  995.   ' INSTALL', or whose first line contains the word 'install' (any 
  996.   case) will be opened in the new 'Inst' mode.  This mode has an
  997.   install menu, which will allow easy installation of the package
  998.   to which the window belongs.
  999. • Fixed a couple of subtle bugs in the dialogs code.
  1000. • mode::init hooks are called when a mode first starts up.  You can
  1001.   add new mode vars, manipulate menus etc.  However: mode-vars are
  1002.   not yet global, and menus are not yet in the menu bar.
  1003. • Incorporated numerous fixes and improvements from Johan.
  1004. • Improved package-index-rebuilding.  Now when a 'package ifneeded'
  1005.   command is reached, the 'source' command is aborted, using a 
  1006.   'return -code return' command.  This means the rest of the file is
  1007.   not sourced.  This is both quicker and less likely to cause trouble.
  1008. • Install menu code moving along.  Open any file whose name ends in
  1009.   "Install" to have a look.
  1010. • Fixed subtle startup bug; the list of modeVars was being reset.
  1011. • Decent installation dialog now.  Reorganised code into 'install.tcl',
  1012.   'package.tcl' and 'procUtils.tcl'.  Probably still some bugs in the
  1013.   install code.
  1014. • documentation fix: 'select' can take an optional parameter '-w win' 
  1015.   (very useful for diff mode)
  1016. • Bunch of fixes from Tom.
  1017. • Made TeX mode work properly with new scheme.  This involves replacing
  1018.   all 'insertText' with a special TeXinsertText which sends things to the
  1019.   new template scheme.  Also, since the template scheme automatically
  1020.   jumps to the first template, lots of code is simplified: one can replace
  1021.   set p [getPos] ; insertText "big insertion" ; goto $p ; nextTabStop
  1022.   by just 'TeXinsertText "big insertion"'  Menu bindings for nextTabStop
  1023.   etc aren't completely setup yet.  This may have to wait until we have
  1024.   proper user-selectable bindings.
  1025. • Install code even better now.  Can install large folers of code or 
  1026.   single files.  Add 'install' anywhere to the first line of a .tcl file
  1027.   which isn't in Alpha's hierarchy to check out the new code to install
  1028.   a file like that.
  1029. • Modernised a bunch of modes (thanks Johan)
  1030. • Added numerous fixes from Johan and Tom
  1031. • Install code can now be over-ridden with various options.
  1032. • package-index-rebuilding further improved, so 'package provide' will
  1033.   now also abort a source if required.
  1034. • Recalculate the auto_index before rebuilding it after installing
  1035.   a package.
  1036. • saveasHook now correctly uses both oldName and newName as parameters.
  1037. • Added 'auto-install' feature.
  1038. • Added couple of missing print procs.
  1039. • Modified global menu, including a flags sub-menu now.
  1040. • Added some icons and stuff to the 'newMenuIcons.rsrc' file (e.g. for voodoo)
  1041. • Improvements to installation code. New facility to open a file once on
  1042.   starting Alpha.
  1043. • Diff mode much improved.
  1044. • Beginnings of tutorial for writing new modes/packages.
  1045. • Lots of small stuff...
  1046. • Beginnings of general binding procedures; see dialogs.tcl
  1047. • Binding procs work now, at least for elec-code.  Will need some changes
  1048.   to integrate back into html mode.  See config:global:elec-bindings for
  1049.   an example.
  1050. • Further package improvements.  Various menus are now packages.  This leads
  1051.   to a minor problem: these menus can be turned on and off in two different
  1052.   ways.
  1053. • Installation scripts can now use '-remove' to remove obsolete files too.
  1054. • Fixed up TeX mode a bit more, removing obsolete code and files.
  1055. • New icons in resource; you must install them.
  1056. • Improvements to installation scripts; '-rebuildquit' and '-require' flags.
  1057. • Improved pascalMode.tcl, diffMode.tcl.
  1058. • Distribution is correct now (fixed a script problem I had)
  1059. • Improved mode tutorial
  1060. • Vars which end in 'Mode' now use a pop-up menu to select a mode when used
  1061.   in any preferences dialog.
  1062. • Improved 'twiddle' command.
  1063. • Very cool new dialog features.  Any item which ends in 'Folder' is a
  1064.   folder preference, and has a 'Set…' button which allows it to be set
  1065.   directly from the dialog box.  This allows a mode to keep all of its
  1066.   preferences in one place (no need for the user to discover 'App Paths').
  1067.   Second, you can register new flag types in addition to the basic
  1068.   'flag' and 'variable'.  Currently only the type 'binding' is setup.
  1069.   You just use 'global::newType binding' and can subsequently use
  1070.   'newPref binding ...'.  How does this work?  Well, you need two new
  1071.   procs:
  1072.   
  1073.     proc dialog::specialView_binding {value} {
  1074.         # convert 'value' to non-editable textual form for the options dialog
  1075.     }
  1076.     proc dialog::specialSet_binding {name} {
  1077.         # prompt the user for a new value for the variable 'name'
  1078.         # use global::getFlag, to get its value, and 
  1079.         # global::modified 'name' 'value' to tell the dialog that
  1080.         # it was modified (if the user cancels, this change is later
  1081.         # ignored)
  1082.     }
  1083.  
  1084.   New types will just need procs dialog::specialSet/View_${type} ...
  1085.   
  1086. • Improved Tcl file marking.
  1087. • Added type 'file'.
  1088. • App Paths menu is now obsolete, so it has been removed.  TeX, Perl and 
  1089.   Mail code updated to use new file/folder prefs.
  1090. • package code checks version numbers now.
  1091. • Fixed major, though very infrequent, bug in newPref
  1092. • You can now lappend 'unset' variables to modifiedVars; when Alpha quits
  1093.   such variables are removed from the user defs if they are still unset.
  1094.   (otherwise the current value is of course saved).
  1095. • More menus are dynamically put together.  Avoid the use of 'addMenuItem',
  1096.   especially to the Utils and Config menus.  You're better off using
  1097.   menu::addTo 'name' 'items' which also allows you to add dynamic items
  1098.   and sub-menus.
  1099. • Modified/cancelled special flags are set/unset properly now.
  1100. • New type 'menubinding' and 'binding'.  Menu-bindings must contain
  1101.   modifiers unless they are special keys, normal bindings need not.
  1102. • Other minor changes
  1103. • Added listvar, array and Sig types
  1104. • Forced to split global flags into two sub-blocks, since Alpha chokes on
  1105.   calls to 'dialog' which are too long.
  1106. • dialog::pkg_options can now be used to edit the contents of any array:
  1107.     dialog::pkg_options "" "Title of dialog box" 1 'array-name'
  1108.   changes are recorded and will be remembered on startup.
  1109.   (you can skip items by setting 'set ${array-name}Invisible(item) 1')
  1110. • fixes couple of recently introduced bugs
  1111. • added 'SearchPath' type: a list of folders
  1112. • made it easy to create and manipulate flag-menus and option-menus from
  1113.   pre-existing mode/pkg prefs.  (e.g. two of the filesets menu utilities
  1114.   submenus use the new code)
  1115. • menu::addTo is more robust
  1116. • reorganised global flags menu
  1117. • can select prefix-chars in the key-binding dialog (emacs-ish ctrl-x ctrl-s)
  1118. • can select 'escape' as a prefix char too
  1119. • fixed stupid bug in dialog
  1120. • added 'quick find regexp' to search menu
  1121. • made the printer menu an optional package
  1122. • a few fixes from Johan, Tom and me.
  1123. • synchronise global menus and packages.
  1124. • version comparison works with alpha/beta/devel/final-candidate
  1125. • some new icons, dialog improvements, binding procedures
  1126. • new 'prefs::addPackage' proc which will add an item '${pkg} Prefs…' to the
  1127.   global menu, and handle manipulation of a dialog for all '${pkg}modeVars'
  1128. • installer creates a log window if desired.
  1129. • installer handles 'ignore' files/dirs better now.
  1130. • How to deal with mode-vars which over-ride globals?  There are a number of 
  1131.   problems here: first it _is_ useful to have a global preference, but then 
  1132.   have, in one mode, that global over-ridden.  That happens automatically 
  1133.   right now.  The problems arise when you switch to another mode: not only 
  1134.   is the global var _not_ set to its old value, but the global var is in 
  1135.   fact unset.  Any ideas on how to resolve this?  (Tcl 8 and namespaces 
  1136.   would make this easy, I think).  I've put a solution to this in
  1137.   'changeMode' now.  It maintains a list of those globals which are over-
  1138.   ridden by the current mode, and resets their values when that mode
  1139.   switches out of scope.  It's actually not that complex or time-consuming
  1140.   a processs which is good (changeMode already does too much!).  I still
  1141.   anticipate a better solution if Alpha upgrades to Tcl 8.
  1142. • new install feature.  Previously if the first line of the 
  1143.   'OPEN-TO-INSTALL' (or generally *INSTALL) file contained 'auto-install',
  1144.   it would open iconified and the *install.tcl script sourced immediately.
  1145.   This is still true, but further if the first line of the *INSTALL file
  1146.   contains auto-install-script, then the *INSTALL file itself will be
  1147.   sourced (make sure that first line starts with a '#' or there'll be an
  1148.   error).  This removes the need for silly one-line files with 'auto-install'
  1149.   at the top.
  1150. • Number of small bug-fixes and improvements.
  1151. • Tcl proc/var completion improved. (context sensitive)
  1152. • codewarrior menu improving...
  1153. • java, C++ mode improvements, Java completions
  1154. • gnuplot mode updated even more.  Added 'editPrefs' hook.
  1155. • added file creator->mode mappings e.g. 'set modeCreator(GPLT) GPLT'
  1156. • added tclIndex files to distribution for first time users
  1157. • dialogs support arrow keys for bindings/menu items.  Seems as if menu items
  1158.   don't quite work in menus (I guess they aren't 'special' keys)
  1159. • better use-package menu (but works around a stack of nasty menu-bugs)
  1160. • bug fixes to few dialogs.
  1161. • colour dialog items grouped at end for modes.
  1162. • renamed 'modifiedModeVars' to 'modifiedArrayElements'; it was being used
  1163.   in so many places where 'Mode' was not relevant that the new name is more
  1164.   clear.  You can still use the old name, but the newer one is better.
  1165. • global/mode over-riding of variables completely transparent now.  One key
  1166.   feature is the changing a mode-specific value must happen in the mode-prefs
  1167.   dialog, and changing a global value must happen in the global-prefs dialog.
  1168.   If you do change a global value while it is over-ridden, the global value
  1169.   does change, the mode-value does not (and remains in force), and the user
  1170.   is warned that they adjusted a hidden variable, not the mode one.  Again,
  1171.   I'm sure this variable-scope-mess would be much alleviated with namespaces.
  1172. • the above change meant the removal of 'generalElectricTab' and 
  1173.   'modeSpecificElectricTab', to be replaced by a single global flag 
  1174.   'electricTab', which is over-ridden by mode-specific flags of the same 
  1175.   name.  This global flag is off by default.
  1176. • fixed minor colour problem in dialogs
  1177. • url downloading will work if you set your downloadFolder correctly
  1178. • cleaned up some temporary code.
  1179. • diffMode fixes, install fixes, dialog fixes
  1180. • url/www/ftp improvements
  1181. • You can hopefully use Alpha to download files from my web site now,
  1182.   although there are probably still bugs in the code.
  1183. • WARNING: completely new, incompatible replyHandler registration.
  1184. • What to do about 'handleReply'?  it handles apple-event replies in some 
  1185.   sort of queued fashion, and is used variously by the ftpMenu code, 
  1186.   voodooMenu, and there is also a default in appleevents.tcl Presumably 
  1187.   there should be one 'handleReply' which somehow knows who sent the 
  1188.   original event and passes the reply on to a given handler.  I've
  1189.   sorted this now.  There is one handleReply with which any other
  1190.   handler may be registered using 'currentReplyHandler procname'.
  1191.   That proc takes one argument, the reply which is to be handled
  1192.   (maybe).  If it does handle that reply it should return '1', else
  1193.   anything it likes.  You should call 'currentReplyHandler' just
  1194.   before every apple-event call which has a queued reply.
  1195. • Used a different mechanism for rebuild package indices so I don't have
  1196.   to alter smarterSource in any way.  I now use 'return -code 11' to
  1197.   abort source statements.
  1198. • Turned 'smarterSource' into a package rather than part of the core.
  1199. • Rewrote some of the menu-building code.  Use 'menu::insert' to add
  1200.   items to pre-existing menus.  It's more tk-like now.
  1201. • recentFiles menu is now a package.
  1202. • fixed nasty dialog bug in multi-page ones (hadn't reset some vars)
  1203. • made dialog code more robust to index vars badly set.
  1204. • fixes from Tom, Johan (in particular ftp code is much improved)
  1205. • even better regIsearch (very useful proc Tom's been improving)
  1206. • really made dialog code robust to index vars.
  1207. • get files from web/update list of packages should all work ok now
  1208. • numerous small fixes
  1209. • fixed up unknown procedure to be more robust (nabbed from Tcl8)
  1210. • '!!' works in the shell window now.
  1211. • better synchronisation of package activation with the menu
  1212. • better tcl mark file
  1213. • appPaths.tcl reorganised
  1214. • got code ready for 7.0 release (renamed NewMenus/Modes/System etc.)
  1215. • renamed 'package' to 'alpha::package'.  This is to make it less hassle
  1216.   if Alpha upgrades to Tcl 8.0.
  1217. • fixed menu dialog bug, install files bug, rebuild indices bug.
  1218. ================================================================================ 
  1219. = OLD STUFF BELOW
  1220. ================================================================================ 
  1221.  
  1222. Problems/projects:
  1223.     • fileset fast word count is gibberish.
  1224.     • scrollbars of split window get confused
  1225.     • batch multi dir 
  1226.  
  1227. ================================================================================ 
  1228. = 6.52 Released!
  1229. ================================================================================ 
  1230. • Incompatibility w/ Kaleidescope fixed.
  1231.  
  1232. ================================================================================ 
  1233. = 6.51 Released!
  1234. ================================================================================ 
  1235. • New java mode.
  1236.     
  1237. ================================================================================ 
  1238. = 6.51b14 5-2-96
  1239. ================================================================================ 
  1240. • Fixes some problems introduced w/ filesets in last version.
  1241.  
  1242. ================================================================================ 
  1243. = 6.51b13 4-13-96
  1244. ================================================================================ 
  1245. • Fixes to fortran and perl modes.
  1246. • The updated java mode should be in this version...
  1247. • Updates to fileset procs. You may need to remove your preferences...
  1248.  
  1249. ================================================================================ 
  1250. = 6.51b12 4-3-96
  1251. ================================================================================ 
  1252. • 'showInvisibles' now available from mode popup in status bar.
  1253. • can again drag to end of buffer.
  1254. • Java mode updated.
  1255. • FTP'd files no longer give the "Wrap?" dialog.
  1256. • Directory scan in find dialog easier to use.
  1257. • word-match works w/ non-multi batch
  1258.  
  1259. ================================================================================ 
  1260. = 6.51b11 3-31-96
  1261. ================================================================================ 
  1262. • Many of the bug fixes hadn't gotten copied into the release dir for b10. 
  1263.   They are here now.
  1264.  
  1265. ================================================================================ 
  1266. = 6.51b10 3-31-96
  1267. ================================================================================ 
  1268. • 'rebuildFtpMenu' now works correctly out of the box.
  1269. • fix for 'endLineSelect'.
  1270. • Removed latex palette item and added help item.
  1271. • Easier to decide not to tearoff menus.
  1272. • HTML fixes.
  1273. • Perl filters work again.
  1274.  
  1275. ================================================================================ 
  1276. = 6.51b9 3-31-96
  1277. ================================================================================ 
  1278. • Command-click on a URL now selects it and sends off to internet config.
  1279. • regular expression search bug introduced in 6.21 fixed.
  1280. • 'insertText' now properly preserves the "mark".
  1281.  
  1282. ================================================================================ 
  1283. = 6.51b8 3-31-96
  1284. ================================================================================ 
  1285. • Alpha now knows that the Internet Explorer understands open-URL events.
  1286. • "Keyboard" macros can now be named and saved.
  1287. • 'recentProc' now exists again.
  1288. • Bug w/ menu floats not always opening fixed.
  1289. • Up-to-date html docs.
  1290.  
  1291. ================================================================================ 
  1292. = 6.51b7 3-31-96
  1293. ================================================================================ 
  1294. • Floating point precision problem fixed in calculator.
  1295. • Innumerable Tcl bug fixes by Vince Darley.
  1296. • HTML mode 1.4.
  1297. • "Helper Apps" on Config menu allows helper apps to be reconfigured.
  1298. • 'search' now works w/ 'searchStart'.
  1299. • added 'tearoffMenus' flag.
  1300. • brace blink problem corrected.
  1301.  
  1302. ================================================================================ 
  1303. = 6.51b5 11-26-96
  1304. ================================================================================ 
  1305. • IC Menu now has a telnet item, works w/ NCSA telnet.
  1306. • 'coloring' now affects color-while-you-type.
  1307. • New HTML mode and docs.
  1308. • A myriad of other small changes.
  1309. • Includes new version of Mercutio MDEF, internet config.
  1310. • Cache of temporary ftp mounts points.
  1311. • Can turn off all caching of mount points.
  1312. • Can now create new files at ftp mount points.
  1313. • setFileInfo has new 'pathname' type.
  1314.  
  1315. ================================================================================ 
  1316. = 6.51b3 8-26-96
  1317. ================================================================================ 
  1318. • 'sendUrl' again works from the menu.
  1319. • 'matchIt' has optional param
  1320. • 'eventHandler' w/ no new proc returns current handler
  1321. • HTML menu can now be torn off.
  1322. • Torn-off mode menus automatically hide and reappear.
  1323.  
  1324. ================================================================================ 
  1325. = 6.51b2 8-26-96
  1326. ================================================================================ 
  1327. • IC Menu now contains a 'finger' item. Works w/ Peter Lewis's finger 
  1328.   program.
  1329. • New version of MDEF. Hopefully, this version won't crash.
  1330. • 'Move files' in HTML mode no longer remove empty lines in the moved files.
  1331.  
  1332. ================================================================================ 
  1333. = 6.51 8-26-96
  1334. ================================================================================ 
  1335. • Menus tear off!
  1336. • 'gotoFunc' added to Text menus, assigned old gotoMark key binding.
  1337. • 'cd' once again silently supplies the leading colon on relative 
  1338.   pathnames.
  1339. • Problem of loading 'prefs.tcl' a second time fixed.
  1340. • 'findFile' and 'getfile' now accept an optional argument that specifies a 
  1341.   default directory or file. 
  1342. • Titlebar popup now brings up findfile to correct dir or file.
  1343. • wordCompletion enhanced to allow underlines, and bound to F1.  
  1344. • includeFiles menu fixed.
  1345. • C/C++ func menu now includes include files.
  1346. • Documented 'setCreator' and 'setType' in shell help file.
  1347.   
  1348. ================================================================================ 
  1349. = 6.5 Released - 8-23-96
  1350. ================================================================================ 
  1351.  
  1352. ================================================================================ 
  1353. = 6.22 8-19-96
  1354. ================================================================================ 
  1355. • Another change to the C mode 'parseExpr'.
  1356.  
  1357. ================================================================================ 
  1358. = 6.21 8-18-96
  1359. ================================================================================ 
  1360. • 'regexp' now handles perl extensions such as \w in square brackets
  1361. • C, C++, and Java func expr fixes.
  1362. • C++ now default mode for .c and .h files. CodeWarrior and ThinkRef 
  1363.   default C/C++ menus.
  1364.  
  1365. ================================================================================ 
  1366. = 6.2b17 7-31-96
  1367. ================================================================================ 
  1368. • 'Recent' submenu added to AlphaLite.
  1369. • CW 10 will support extern apps! See here, young man.
  1370.  
  1371. ================================================================================ 
  1372. = 6.2b16 7-31-96
  1373. ================================================================================ 
  1374. • Fixed screwup in the latex funcs menu.
  1375.  
  1376. ================================================================================ 
  1377. = 6.2b15 7-31-96
  1378. ================================================================================ 
  1379. • Drag in read-only window no longer messes up hiliting.
  1380. • Triple-clicking is back.
  1381. • "Latex Guide" html version is back in full Alpha version.
  1382. • Codewarrior menu 'touch's file w/ IDE, so "Modification Date Caching" 
  1383.   *can* be enabled in the project preferences.
  1384. • The "Funcs" menu is back, and has now been reassigned the curly braces
  1385.   icon. The marks menu has been moved to the icon w/ the big 'M'.
  1386.   
  1387. ================================================================================ 
  1388. = 6.2b14 7-31-96
  1389. ================================================================================ 
  1390. • Electric left at end of buffer fix.
  1391. • Palette crasher fixed.
  1392. • Some attempt to fix the intermittent problems w/ menu font sizes that some 
  1393.   people has been made. If it doesn't do it for you, you can turn them off 
  1394.   via the global variable 'smallMenuFont'.
  1395. • Workaround for some of the color problems w/ the status window. 
  1396. • Closed hand appears immediately on drag.
  1397.  
  1398. ================================================================================ 
  1399. = 6.2b13 7-31-96
  1400. ================================================================================ 
  1401. • *Now* 'puts' to stdout is transparently ignored.
  1402. • The name of the 'Trash' eudora folder can now be changed.
  1403. • 'fillText' (and hence soft wrapping) now also respect the 'doubleSpaces' 
  1404.   flag.
  1405. • HTML 1.2 changes.
  1406. • Global config dialog smaller.
  1407. • The crash when opening and then closing an empty window on 68ks seems to 
  1408.   have disappeared.
  1409.   
  1410. ================================================================================ 
  1411. = 6.2b12 7-18-96
  1412. ================================================================================ 
  1413. • FTP and Fileset menus are back to where they should be.
  1414. • Help and palette menu items added for perl menu.
  1415. • Mail messages now show dates.
  1416. • Electric braces, returns, and semicolons now work in perl 
  1417.   mode. Added hierarchical help menu and palette to perl menu.
  1418. • electricC-blah routines are now just 'electric', and live in electric.tcl, 
  1419.   which used to be indentLine.tcl.
  1420. • HTML send-window can now tolerate windows w/ ' <n>' appended.
  1421. • Word-wrap crash w/ very long lines now fixed.
  1422. • Skew of Marks menu in dialog fixed.
  1423.   
  1424. ================================================================================ 
  1425. = 6.2b11 7-18-96
  1426. ================================================================================ 
  1427. • Changed 'winNames' back. 
  1428. • Fixed redraw problem when backspacing w/ palette visible.
  1429. • Changed bindings for (sendtence|paragraph)Region.
  1430. • 'puts' now null proc.
  1431. • Annoying flicker when selecting text gone.
  1432.  
  1433. ================================================================================ 
  1434. = 6.2b10 7-17-96
  1435. ================================================================================ 
  1436. • Added wdef w/ border for pre-system-7.5 users.
  1437. • Floats can now be bound to mode w/ -z.
  1438. • Date routines fixed for year 2000 :-)
  1439. • winNames -f will no longer have ' <n>' appended.
  1440. • Removing 'All' from the popup marks menu now only removes the front 
  1441.   window's marks.
  1442. • Various fileset and html fixes.
  1443.   
  1444. ================================================================================ 
  1445. = 6.2b9 7-7-96
  1446. ================================================================================ 
  1447. • More latex changes, improvements, and documentation.
  1448. • Alpha can now be "deconstructed". See here.
  1449.  
  1450.  
  1451. ================================================================================ 
  1452. = 6.2b8 7-7-96
  1453. ================================================================================ 
  1454. • Floaters close if their menu is redefined.
  1455. • "Suffix Mapping" menu item under Config allows suffixes to be reassigned 
  1456.   among modes.
  1457. • ftpMode listing name formed differently
  1458. • New latex mode. 2.09 support is back.
  1459.  
  1460.  
  1461. ================================================================================ 
  1462. = 6.2b7 6-29-96
  1463. ================================================================================ 
  1464. • fixed diff mechanism
  1465. • a couple of fixes for html
  1466. • "Rebuild Tcl Indices" no longer picks up commented-out procs.
  1467.  
  1468. ================================================================================ 
  1469. = 6.2b6 6-28-96
  1470. ================================================================================ 
  1471. • faster scrolling behind floating windows.
  1472. • added '-n' option for floats.
  1473. • Big reorganization of Tcl code. See here.
  1474. • Fixed batch dir searches.
  1475.  
  1476. ================================================================================ 
  1477. = 6.2b5 6-23-96
  1478. ================================================================================ 
  1479. • fixed scrolling behind floating windows, although still slow.
  1480. • added 'float' and 'unfloat'.
  1481.  
  1482.  
  1483. ================================================================================ 
  1484. = 6.2b4 6-23-96
  1485. ================================================================================ 
  1486. • New latex changes.
  1487. • fixes for carriage return problem introduced in b3.
  1488.  
  1489. ================================================================================ 
  1490. = 6.2b3 6-13-96
  1491. ================================================================================ 
  1492. • Added new 'substituteWindow' as alternate to 'chooseWindow' in menu.
  1493. • Changed dynamic loading mechanism, saves memory, should work the same 
  1494.   unless you access auto_index or the 'tclIndex' file.
  1495. • added a call to 'savePostHook'.
  1496. • added ftp (Anarchy) menu. No docs yet.
  1497.  
  1498. ================================================================================ 
  1499. = 6.2b2 6-8-96
  1500. ================================================================================ 
  1501. • Function-call colorizing fixes.
  1502. • Changed windows menu a bit.
  1503. • sendUrl didn't work if HTML mode hadn't been used. Fixed.
  1504. • 68k 'eventHandler' finally fixed!!
  1505. • Remove marks handles metachars.
  1506. • Latex 3.2b9.
  1507.  
  1508. ================================================================================ 
  1509. = 6.2b1 6-8-96
  1510. ================================================================================ 
  1511. • Fixed new-fileset menu item from find dialog.
  1512. • Function-call coloring available for C and C++ modes. 
  1513.  
  1514. ================================================================================ 
  1515. = 6.2a6 6-7-96
  1516. ================================================================================ 
  1517. • Fixed glob on other volumes bug.
  1518. • Mercutio 1.3b9.
  1519.  
  1520. ================================================================================ 
  1521. = 6.2a5 6-7-96
  1522. ================================================================================ 
  1523. • Fixed blank chars if typing as new window opened.
  1524. • Coloring bug with multiple-line colorized hunks of text fixed.
  1525. • 'printHeaderProc' replaced w/ 'printLeftHeader' and 'printRightHeader'.
  1526. • Fixed mode suffix bugs introduced in a4.
  1527.  
  1528. ================================================================================ 
  1529. = 6.2a4 6-6-96
  1530. ================================================================================ 
  1531. • Moved to CW8.
  1532. • Moved to Mercutio 1.3b6
  1533. • Added listpick interface to IC menu urls.
  1534. • 'immediateSend' now menu flag for eudora mode.
  1535. • Current mode can be changed via "Config:Current Mode:Change…"
  1536. • Current mode suffixes can be changed via the "Config:Current Mode:Flags…" 
  1537.   dialog.
  1538. • Added all of Vince's fileset stuff.
  1539. • HTML mode changes.
  1540.  
  1541. ================================================================================ 
  1542. = 6.2a3 2-15-96
  1543. ================================================================================ 
  1544. • '-c' option added to menu command tells menu routines to ignore 
  1545.   meta-chars.
  1546. • Added 'pushd', 'popd', and 'dirs' shell commands.
  1547. • String-coloring bug fixed.
  1548. • New LaTeX version.
  1549.  
  1550. ================================================================================ 
  1551. = 6.2a2 2-15-96
  1552. ================================================================================ 
  1553. • Memory corruption problem fixed.
  1554. • Changed html.tcl htmlMode.tcl sendUrl to use 'browserSig' var instead of 
  1555.   path.
  1556. • getWinInfo gets 'currline'.
  1557. • Enter key now sort of emulates what I'm told it does in Brief.
  1558. • Added HTML table row to tab-delimited format and back.
  1559. • 'dialog's popup menus no longer are scanned for command equivalents.
  1560. • searching for reg expr '\\reg' will now match '\reg'.
  1561. • Batch search now works for single-file searches as well.
  1562.  
  1563. ================================================================================ 
  1564. = 6.2a1 2-15-96
  1565. ================================================================================ 
  1566. • 'OpenHeader' added to CodeWarrior menu.
  1567. • option-mouse-down in code-warrior files now pops up a headers menu.
  1568. • "Find In Next File" now command-M in AlphaLite as well.
  1569. • Added 'nameFromAppl', which allows path to be found from creator.
  1570. • Many pathvars tossed.
  1571. • Added 'doubleSpaces' flag.
  1572. • 'addAlphaChars' allows characters to be added to definition of 'isalpha' and 
  1573.   'isalnum'. 
  1574. • Regular expressions can now use '\w', '\W', '\s', '\S', '\b', '\B', '\d', 
  1575.   and '\D'. All but '\b' and '\B' can also be used inside of character classes.
  1576. • Delete filesets now works on enumerated filesets as well as non-enumerated.
  1577. • Improved HTML mode.
  1578. • Global variable substitution now performed on 'backDir'.
  1579. • Holding down the shift key during startup tells Alpha to skip 
  1580.   preferences files.
  1581. • 'edit' now accepts '-c' option that tells is to bring existing files to 
  1582.   front without asking if duplicate needed.
  1583. • glob bug fixed.
  1584.  
  1585. ================================================================================ 
  1586. = 6.12 2-15-96
  1587. ================================================================================ 
  1588. • Bad regular expression no longer complains for every file in fileset.
  1589. • Eudora alert annoyance removed.
  1590. • Support for Java syntax coloring and editing added.
  1591. • "Edit Nicknames" bug fixed.
  1592.  
  1593. ================================================================================ 
  1594. = 6.11 2-11-96
  1595. ================================================================================ 
  1596. • grep multi-file search/replace bug fixed
  1597. • 'special chars' color fix
  1598. • global menus
  1599. • nicknames w/ eudora
  1600. • Alpha now has its very own calculator.
  1601. • 'shell' param for setWinInfo
  1602. • thumb can no longer be dragged past max size of win (problem for win length
  1603.   greater than 32k).
  1604. • 'killWindowStatus' default now front window.
  1605. • 'moveInsertionHere' now deselects first.
  1606.  
  1607.  
  1608. ================================================================================ 
  1609. = 6.1 2-1-96
  1610. ================================================================================ 
  1611. • Added '.' and '\' to list of chars escaped for non-grep batch searches.
  1612. • String-coloring draw problem fixed (sometimes printed chars from next line on 
  1613.   current line).
  1614. • Another IC tweak.
  1615. • Another Fortran mode tweak by the many Toms.
  1616.  
  1617.  
  1618. ================================================================================ 
  1619. = 6.098 2-1-96
  1620. ================================================================================ 
  1621. • Fixed non-grep batch searching problem.
  1622. • Typing in strings now colored.
  1623. • TeX prefs split into two pages.
  1624. • Potentially evil bug fixed for modes that don't color strings.
  1625. • CodeWarrior flag problem fixed.
  1626. • Internet Config clients on other volumes should open now.
  1627.  
  1628. ================================================================================ 
  1629. = 6.097 1-20-96
  1630. ================================================================================ 
  1631. • Changed bindings for 'Iconify'.
  1632. • 'noShiftBinding' gone.
  1633. • 'removeSavedSetting' now saves modifed vars first.
  1634. • new scheme mode
  1635. • regModeKeywords can now color strings.
  1636. • Coloring for keywords, strings, comments can be changed in mode dialog.
  1637. • Version 3.1 of Tom Scavo's TeX mode.
  1638.  
  1639. ================================================================================ 
  1640. = 6.0963 1-19-96
  1641. ================================================================================ 
  1642. • Change in the preferences dialog.
  1643. • Back to caret to denote control modifiers in menus.
  1644. • Changed command equiv for searchNextFile.
  1645.  
  1646. ================================================================================ 
  1647. = 6.0962 1-18-96
  1648. ================================================================================ 
  1649. • Fixes 'Find' crasher.
  1650.  
  1651. ================================================================================ 
  1652. = 6.096 1-15-96
  1653. ================================================================================ 
  1654. • 3.1 beta TeX mode by Tom Scavo.
  1655. • radio buttons and gray outlines added to 'dialog'.
  1656. • 'Escape' selects Cancel button again.
  1657. • Hopefully, the crashing w/ simple key sequences on international 
  1658.   keyboards is fixed.
  1659.  
  1660. ================================================================================ 
  1661. = 6.095 1-7-96
  1662. ================================================================================ 
  1663. • Non-alphanumeric mailbox names handled.
  1664. • "Revert To Backup" added to file menu.
  1665. • Replace-all can now be aborted w/ command-.
  1666. • multi-line comment coloring problem fixed.
  1667. • Eudora and config menus continue to evolve. The eudora mode, especially, I 
  1668.   think is especially slick. Opening mailboxes large is still slow, but 
  1669.   everything else works pretty well.
  1670. • Improved CodeWarrior error reporting from John Dunning.
  1671. • New icons for function keys in menus. The 'control' icon is now 
  1672.   different (looks like a picnic table).
  1673. • 'wordWrap' and 'softWrap' subsumed into a single variable ('wordWrap'), and 
  1674.   accessed via a menu in the status bar.
  1675. • Non-regular-expression batch searches now work correctly.
  1676. • Config menu re-arranged. Flags and vars now set using dialog.
  1677. • New 'dialog' function.
  1678.  
  1679.  
  1680. ================================================================================ 
  1681. = 6.094 1-7-96
  1682. ================================================================================ 
  1683. • Row-col indicator changes again.
  1684. • Drag bar problems fixed.
  1685. • Eudora mode significantly improved.
  1686.  
  1687. ================================================================================ 
  1688. = 6.093 1-6-96
  1689. ================================================================================ 
  1690. • Row-col indicator works for >10000 lines again.
  1691. • Fixed open-file bug recently introduced.
  1692.  
  1693. ================================================================================ 
  1694. = 6.092 1-6-96
  1695. ================================================================================ 
  1696. • Command-click on title now gives enabled menu, result is sent to tcl proc
  1697.   'titlebar', currently opens the folder in the Finder.
  1698. • A few Eudora mode changes, now we have docs! 
  1699. • Other random, assorted minor fixes.
  1700.  
  1701. ================================================================================ 
  1702. = 6.091 1-4-96
  1703. ================================================================================ 
  1704. • region modifiers now taken notice of read-only status
  1705. • text menu alternation problem fixed.
  1706. • space and delete work intelligently in browser and mail modes.
  1707.  
  1708. ================================================================================ 
  1709. = 6.09 1-4-96
  1710. ================================================================================ 
  1711. • File and mode-selection popup are now in the status window.
  1712. • 'showPlatform', 'showRowCol', and 'showMode' are gone, in effect always on.
  1713.  
  1714.  
  1715. ================================================================================ 
  1716. = 6.08 1-2-96
  1717. ================================================================================ 
  1718. • Another menu re-configuration. Help menu gone, everything now under system 
  1719.    help menu.
  1720. • "Quick Start" doc added.
  1721. • The "Sort Lines" menu item (under Text) now alternates w/ "Reverse Sort".
  1722. • "Mode Info" and "File Info" popups separated. "File Info" still popup, 
  1723.   "Mode Info" now under Config.
  1724. • You can no longer bring a window to the front and drag it in one click. 
  1725.   Let me know if you disagree w/ this. I had several complaints about the 
  1726.   current setup.
  1727.   
  1728. ================================================================================ 
  1729. = 6.07 1-2-96
  1730. ================================================================================ 
  1731. • Internet Config warning (on startup) removed.
  1732. • drag warning narrowed.
  1733. • obscure 'addAppPaths' bug fixed.
  1734. • defaults for color picker added.
  1735. • Slight menu re-configuration.
  1736. • Command-click and command-double-click differentiated a bit better.
  1737.  
  1738. ================================================================================ 
  1739. = 6.06 1-2-96
  1740. ================================================================================ 
  1741. • Redraw bug w/ split panes fixed.
  1742. • Bugs w/ command-double-clicking and slow file loads (both added in 6.05) 
  1743.   fixed. 
  1744.  
  1745. ================================================================================ 
  1746. = 6.05 1-1-96
  1747. ================================================================================ 
  1748. • 'colorTriple' now takes an initial color.
  1749. • new routine icURL <URL> that passes arg to Internet Config, if present.
  1750. • command-clicking passes the text to Internet Config (doesn't yet work for 
  1751.   68k version).  
  1752. • New Internet Config menu. 
  1753. • New soft-wrapping feature.  Vars 'wrapLow', and 'wrapHigh'.
  1754. • 'Push' and 'pop' marks moved up a level in Search menu. Hypertext jumps 
  1755.   now call 'pushMark' before performing the action.
  1756.  
  1757. ================================================================================ 
  1758. = 6.04 12-25-95
  1759. ================================================================================ 
  1760. • Cmd-double-clicking procs can now notice a "control"
  1761.   modifier of the basic command-double-clicking. No mode yet uses this.
  1762. • Red and blue colors changed slightly.
  1763. • Eudora mode subject display glitch fixed.
  1764. • Fixed nastly little memory bug (which usually showed up while pasting 
  1765.   large chunks of text).
  1766. • XTCLs are gone. They will be replaced in the near future by the standard 
  1767.   Tcl extension mechanism. See Ray Johnson at SunLabs for more details.
  1768. • Bug inserting literals ampersands fixed.
  1769. • Discrepancy between two versions of 'menu' command fixed. Menuprocs are 
  1770.   called w/ two arguments, return value ignored.
  1771. • Tag files now always created type mac, prompt for wrapping tagwin no 
  1772.   longer occurs.
  1773. • If the first line of a file contains the text 'nowrap' anywhere in it, 
  1774.   the wrap prompt is not displayed, regardless of the line lengths.
  1775.  
  1776. ================================================================================ 
  1777. = 6.03 12-11-95
  1778. ================================================================================ 
  1779. • Including Pete Gontier's ClickWarrior, an init that vectors clicks in 
  1780.   CodeWarrior's project window to Alpha. See here for details.
  1781. • Fixed HTML display problem.
  1782. • Enhanced Fortran mode, mode-specific indentLine, fileset-specific 
  1783.   'cTAGS' from Tom Pollard. Also an 'emacs' smartMode in :Tcl:UserCode.
  1784.  
  1785. ================================================================================ 
  1786. = 6.02 11-11-95
  1787. ================================================================================ 
  1788. • Command-double-clicking on a URL now sends it to your web browser. See 
  1789.   here to customize.
  1790. • More of Vince Darley's Tcl code, new marking routines for C, C++, Tcl. 
  1791.   New rebuildTclIndices. (un)Commentbox(paragraph).
  1792. • Inserting text in keyboard macro doesn't mess up mark.
  1793. • Alpha menu icons don't pop up when other apps frontmost.
  1794. • "Recent Files" list can now be reset. Only one instance of a given 
  1795.   filename can now be in list.
  1796. • Added "Redefine colors…" submenu off Mode. See manual.
  1797. • Added Vince Darley's fillParagraph and smarterSource code. 
  1798. • Added mode-specific prefs (not Vince's).
  1799. • Mail mode allows you to tell Eudora to quit notifying Alpha.
  1800.  
  1801. ================================================================================ 
  1802. = 6.01 7-21-95
  1803. ================================================================================ 
  1804. • 'repeatSearchBackward' and 'repeatSearchForward' now work correctly in 
  1805.   macros
  1806. • added/changed 'searchString'/'replaceString'.
  1807.  
  1808. ================================================================================ 
  1809. = 6.01 7-21-95
  1810. ================================================================================ 
  1811. • MacPerl mode fixes, new help files for MacPerl and BibTeX.
  1812. • Patterns menu from the find dialog now gets updated.
  1813. • "Drop•PS" is now selectable from the print menu.
  1814. • Very rudimentary eudora interface added. Install via the 'Utils' menu.
  1815. • Added 'tileMargin' var so that different win styles, such as those of 
  1816.   'Aaron', look right.
  1817. • Added 'eventHandler' hook to allow Tcl scripts to respond to incoming 
  1818.   Apple Events.
  1819. • Latex bug fixed.
  1820.     
  1821. ================================================================================ 
  1822. = 6.0 7-16-95! 
  1823. ================================================================================ 
  1824. • Added 'Bib' to modes 'commentBox' recognizes.
  1825.  
  1826. ================================================================================ 
  1827. = 6.0b28 7-16-95 
  1828. ================================================================================ 
  1829. • Fixed some distribution problems.
  1830.  
  1831. ================================================================================ 
  1832. = 6.0b28 7-16-95 
  1833. ================================================================================ 
  1834. • Added 'Send Url' to Utils menu, moved emacs menu over to Mode.
  1835. • Fixed DOS-file crash.
  1836. • Fixed top-level HTML menu problem.
  1837. • New mode definitions for ADA flex/yacc
  1838. • New fixes/additions to Perl and BibTeX modes.
  1839.  
  1840. ================================================================================ 
  1841. = 6.0b27 7-11-95 
  1842. ================================================================================ 
  1843. • New (and final, for a while) latex mode.
  1844. • "Remove Saved Setting" no longer unsets the variable.
  1845. • Changed HTML mode icon to Netscape, added a "Send URL to Netscape" item 
  1846.   under the HTML URLs submenu.
  1847.  
  1848. ================================================================================ 
  1849. = 6.0b26 7-4-95 
  1850. ================================================================================ 
  1851. • Lock icon now redraws after resume.
  1852. • Another try at alleviating the annoying dialogs when using TPM 7.0.4.
  1853. • Another try at word-wrapping.
  1854. • A couple of drag-scrolling bugs in split-pane windows fixed.
  1855.  
  1856.  
  1857. ================================================================================ 
  1858. = 6.0b25 7-4-95 
  1859. ================================================================================ 
  1860. • New HTML version
  1861. • 'indentOnCR' now respected during word wrapping.
  1862. • bug fix in bibtex mode.
  1863. • Crashing bug w/ split windows fixed.
  1864. • Read-only 'lock' icon now above vertical scrollbar.
  1865.  
  1866.  
  1867. ================================================================================ 
  1868. = 6.0b24 7-3-95 
  1869. ================================================================================ 
  1870. • word-wrapping now uses vars 'wrapBreak' and 'wrapBreakPreface'.
  1871. • flags now work in C++ mode.
  1872. • New LaTeX version.
  1873. • "Find Options" dialog problems fixed.
  1874.  
  1875.  
  1876. ================================================================================ 
  1877. = 6.0b23 7-3-95 
  1878. ================================================================================ 
  1879. • 'Win Sets' are gone. However, you can entirely duplicate their behavior 
  1880.   by using 'Create Fileset From Wins' and 'Open Entire Fileset' under the 
  1881.   "FileSets:Utilities" submenu.
  1882. • Nasty little (real old) bug that caused the cursor to appear only briefly 
  1883.   after a command executed finally fixed.
  1884. • Moved 'hilite' out of a Search submenu.
  1885. • "Replace in Fileset" moved to control alternate of "Replace All".
  1886. • Bug w/ queued replies (usually seen w/ think project manager) fixed.
  1887. • Fortran comment coloring bug fixed.
  1888. • Split pane bug fix.
  1889. • Word-wrapping bug. 
  1890. • Fixed some hiliting bugs. In doing so, I broke scrolling when covered by 
  1891.   floating windows. For those of you that this affects, for right now I 
  1892.   say, "Don't Do That."
  1893. • Fixed "Goto Tab Stop" problem in TeX mode.
  1894. • 3D buttons have gone away. If you liked them, I suggest you get the "
  1895.   Aaron" init. This should also fix the problem w/ crashing on the original 
  1896.   portables.
  1897.  
  1898. ================================================================================ 
  1899. = 6.0b22 7-1-95 
  1900. ================================================================================ 
  1901. • Redraw fixes w/ multiple panes.
  1902. • Enable/disable emacs persists across executions.
  1903. • Changed buttons, etc.
  1904. • New version of latex code.
  1905. • Added 'Replace In Fileset" proc.
  1906. • Can now create filesets on the fly from the find window.
  1907.  
  1908.  
  1909. ================================================================================ 
  1910. = 6.0b21 6-12-95 
  1911. ================================================================================ 
  1912. • Addition of underline keywords for latex mode (not in place yet).
  1913. • 'word match' works w/ batch searches.
  1914. • Multi-file directory scans have option of text-only. 
  1915. • Final latex mode nearing completion.
  1916. • Small html and bibtex mode changes.
  1917. • Bindings w/ a shift, but not a command, control, or option, now work.
  1918. • 'latex' 2.09 proc works again....
  1919.  
  1920. ================================================================================ 
  1921. = 6.0b20 6-11-95 
  1922. ================================================================================ 
  1923. • Fix in 'showVarValue'.
  1924. • 'editMark' now creates marks if they don't exist.
  1925. • Print submenu changed, can now set default printer app.
  1926. • Clicking on drag bar of inactive window makes active and then continues 
  1927.   to drag.
  1928. • indentLine/indentRegion and lineToParagraph/paragraphToLine added to 
  1929.   Convert menu.
  1930. • sendOpenEvent takes an option that tells it to not wait for a reply.
  1931. • Comment colorizing better.
  1932. • Files w/ Projector's "ModifyReadOnly" flag set can now be modified.
  1933. • LaTeX mode almost finished…
  1934.  
  1935. ================================================================================ 
  1936. = 6.0b19 6-5-95 
  1937. ================================================================================ 
  1938. • Popup menus from the 'prompt' command now correctly display spacers.
  1939. • Lots of new latex and perl changes/fixes. 'latex' in the 2.09 version 
  1940.   works now.
  1941. • 'alpharc.tcl' has been renamed 'prefs.tcl'. Probably the last name change
  1942.   in a while :-).
  1943. • Directory comparisons seem to be working on my machine...
  1944. • Printing through various apps allowed.
  1945.   
  1946. ================================================================================ 
  1947. = 6.0b18 6-3-95 
  1948. ================================================================================ 
  1949. • Added docs for the new preferences routines ('addDef', 'addArrDef', 
  1950.   'removeDef', and 'removeArrDef', fixed some problems, added 
  1951.   a menu item to open up the new alpharc.tcl file, addUserLine now writes 
  1952.   to alpharc instead of userStartup.
  1953. • Slightly re-organized the Filesets menu.
  1954. • 'menu' now takes a "mode" flag.
  1955.  
  1956. ================================================================================ 
  1957. = 6.0b17 6-3-95 
  1958. ================================================================================ 
  1959. • Added new user preferences system, use addDef/removeDef and 
  1960.   addArrDef/removeArrDef pairs. In prefs.tcl. 'userStartup.tcl' is no 
  1961.   longer sourced! However, there is now a new file called "alpharc.tcl" 
  1962.   that is sourced from the prefs folder. No tcl routines add text to
  1963.   this file.
  1964. • Added new "recent files" sub-menu to File menu. "Recent" files can also
  1965.   be opened via the 'editFile' dialog.
  1966.  
  1967. ================================================================================ 
  1968. = 6.0b16 6-2-95 
  1969. ================================================================================ 
  1970. • cleaned up some messes put in w/ b15
  1971.  
  1972.  
  1973. ================================================================================ 
  1974. = 6.0b15 5-29-95 
  1975. ================================================================================ 
  1976. • ordinary deletions after rectangular deletions work better.
  1977. • PPC scrollbar problem gone
  1978. • Text buffers now allocated via mac routines vs unix, hopefully giving 
  1979.   low memory behavior.
  1980.  
  1981. ================================================================================ 
  1982. = 6.0b14 5-29-95 
  1983. ================================================================================ 
  1984. • "Mode:App Paths" a bit easier to use
  1985. • pathnames longer than 128 chars work
  1986. • bindings from non-active menus are not active either
  1987. • some split-pane redrawing problems fixed
  1988. • 'statusPrompt' no longer appends a space to the prompt
  1989. • shift no longer works as a binding modifier except for alpha-numerics
  1990. • command-shift-dash for "Switch to" for compilers now command-shift-s
  1991. • Nasty bug w/ get_directory and get_file fixed.
  1992. • All function keys/arrow keys now terminate incremental searches.
  1993. • 'get_directory' now accepts a prompt argument.
  1994. • 'statusPrompt' doesn't have problems w/ activate events any more
  1995. • 'prompt' no longer interprets slashes as command equivalents in menu
  1996. • command-v now 'paste's from within 'statusPrompt'
  1997. • 8-bit chars handled better.
  1998. • Repeat searches now always move at least one char before matching. Let 
  1999.   me know what you think.
  2000. • Some fixes for search-replacements w/ null patterns or replacement 
  2001.   strings. '&' in a grep replacement string now works correctly.
  2002.  
  2003. ================================================================================ 
  2004. = 6.0b13 3-25-95 
  2005. ================================================================================ 
  2006. • Scrolling vertically through window correctly redraws when obscured by a
  2007.   single floating window.
  2008. • 'addUserLine' now uses curly braces instead of parens.
  2009. • Cmd-double-clicking now works for "C" tags, Tcl procs in UserCode or 
  2010.   SystemCode, and words in the Tcl language. Can also access by selecting 
  2011.   a word and using the "Modes:Lookup Name" menu item.
  2012. • 68k on primitive 68ks better :-)
  2013. • Bug w/ hiliting on split windows fixed.
  2014. • Emacs menu can be turned on and off.
  2015. • Double-clicking on split-window bar toggles split window.
  2016.  
  2017. ================================================================================ 
  2018. = 6.0b12 3-20-95 
  2019. ================================================================================ 
  2020. • New price structure, new registration system.
  2021. • Command-. works again.
  2022. • 'puts' spits carriage returns again.
  2023. • better replaceAll behavior
  2024. • Added '<E' extend style to menu items, forces new dynamic item 
  2025.   alternate group. 
  2026. • Added 'getColors' command.
  2027. • Added hyperText ability.
  2028. • 'saveAs' changed.
  2029. • cmd-double-clicking in the window no longer brings up the mark menu, 
  2030.   but clicking on the curly braces and command-clicking on the titlebar both
  2031.   still do. cmd-double-clicking now tries to find the definition of a C 
  2032.   function (See here).
  2033.   
  2034. ================================================================================ 
  2035. = 6.0b11 3-17-95 
  2036. ================================================================================ 
  2037. • powerThumb back.
  2038. • filesets menu now responds to changes in file system if rebuilt. 
  2039.   However, this only works for filesets created this by this version or 
  2040.   higher. If you want to manually hack your userStartup.tcl to use your 
  2041.   old filesets, look at how the 'System' etc. filesets are defined in 
  2042.   fileSets.tcl.
  2043. • AEBuild works for 68k again.
  2044. • numlock is displayed on the statusbar
  2045.  
  2046. ================================================================================ 
  2047. = 6.0b10 3-15-95 
  2048. ================================================================================ 
  2049. • 68k scrollbar thumb, titlebar popup crashes fixed
  2050. • 'numLock' flag added to remove bindings from keypad and use as keypad. 
  2051.   The "clear" or numlock keypad key now toggles this binding.
  2052. • 'scanfile' (and hence the grep procs) handle unix and ibm files better.
  2053.  
  2054. ================================================================================ 
  2055. = 6.0b9 3-1-95 
  2056. ================================================================================ 
  2057. • Alpha correctly creates startup file and directory now.
  2058. • Keybinding and lookup done differently. Hopefully, the new scheme will 
  2059.   allow will better for international users. Please send me mail on 
  2060.   whether this is true. Also, handling of the CapsLock key should be much 
  2061.   better.
  2062. • Crashing when dragging thumb gone, but had to temporarily kill 
  2063.   powerThumb feature.
  2064. • Changed 'Csh' mode to 'Shel' mode.
  2065.   
  2066. ================================================================================ 
  2067. = 6.0b8 3-1-95         Switched to CodeWarrior, introduced many problems…
  2068. ================================================================================ 
  2069. • INCOMPATIBILITY! "userStartup.tcl" must now be in a "Alpha" folder 
  2070.   within your system preferences directory. Alpha will no longer find the 
  2071.   old preferences, and WILL NOT copy it over for you.
  2072. • command-click on window title now give popup menu showing location
  2073. • cleaner proc now copies instead of moving
  2074. • isearch doesn't quit when encountering bound characters unless with 
  2075.   command, control, or option.
  2076. • no longer support option modifed US KCHR resource that gets rid of dead 
  2077.   keys.
  2078. • Holding down control (sorry, option unavailable because of rectangular 
  2079.   editing) while clicking on paren selects paren in addition to contained 
  2080.   expression. 
  2081. • Toolbox Assistant support added. By default, this has been added to the 
  2082.   C, C++, and Pascal modes. YOU MAY NOT SEE THIS IF YOU HAVE ALREADY MODIFIED 
  2083.   WHICH MENUS THESE MODES DISPLAY. If this is the case, just use the 
  2084.   'setModeMenus' option under the bottom popup menu above the vertical 
  2085.   scrollbar.
  2086. • "Mode:App Paths" allows Alpha's paths to various other applications to
  2087.   be viewed, changed, or reset.
  2088. • Added commands 'splitWindow' and 'otherPane'. Not quite complete.
  2089. • Added postscript mode.
  2090. • Several colorizing bugs fixed, most having to do w/ comments.
  2091. • 'optionIsMeta' gone completely
  2092. • added 'forceMainScreen' flag. When set, all windows are forced to be 
  2093.   completely visible on the main screen. Otherwise, they just stay 
  2094.   whereever they open.
  2095. • 'suppressHeader' phased out in favor of 'printHeader', 
  2096.   'printHeaderTime', and 'printHeaderFullPath'.
  2097. • 'maskCapsLock' is gone, and capslock is handled more intelligently, at 
  2098.   least for US keyboards. This *will* be getting better in future versions.
  2099.   
  2100. ================================================================================ 
  2101. = 6.0b7 11-14-94 
  2102. ================================================================================ 
  2103. • CodeWarrior fixes:
  2104.     - create warrior fileset now notices more than one segment
  2105.     - timeouts are longer
  2106.  
  2107. ================================================================================ 
  2108. = 6.0b6 11-14-94 
  2109. ================================================================================ 
  2110. • Added a few things to support CodeWarrior.
  2111. • 'edit' now has -w option.
  2112.  
  2113.  
  2114. ================================================================================ 
  2115. = 6.0b4 11-11-94 
  2116. ================================================================================ 
  2117. • added 'openTexWindow' to "Latex Utilities" submenu.
  2118. • fixed bugs in 'newModeVar', 'display'.
  2119. • slightly changed next/prev(sub)section latex commands to display 
  2120.   selected line at top of window
  2121. • 'userStartup.tcl' moved to "Internal:System Folder:Preferences:Alpha userStartup.tcl"
  2122. • GNU diff now works for directories other than the startup disk
  2123. • display bug fixed
  2124.  
  2125. ================================================================================ 
  2126. = 6.0b3 11-11-94 
  2127. ================================================================================ 
  2128. • 'replaceText' bug fixed
  2129. • userStartup cleaner added at quit 
  2130. • Compare directories is here!
  2131. • text clippings can now be imported via drag and drop
  2132. • Now check for drag-n-drop init...
  2133.  
  2134. ================================================================================ 
  2135. = 6.0b2 10-26-94 
  2136. ================================================================================ 
  2137. • 'posActivate' gone
  2138. • Alpha now defines 'screenWidth' and 'screenHeight' variables.
  2139. • Alpha now checks for windows off screen
  2140. • Apple drag-n-drop of text and files supported.
  2141.  
  2142. ================================================================================ 
  2143. = 5.98 10-26-94 
  2144. ================================================================================ 
  2145. • Fancy new menus!
  2146. • added Pascal mode. By default, this only recognizes files with .p suffixes.
  2147. • '-s' search option now saves     'forward', 'regExpr', 'matchWords', and 
  2148.   'ignoreCase'. 
  2149. • menus now dynamically sourced.
  2150. • if '&' last char in menu item, no special chars interpreted.
  2151. • 'regModeKeywords' now allows additional keywords to be added, possible 
  2152.   of a different color than older keywords.
  2153. • 'largestPrefix' returns largest common prefix of a list of strings.
  2154. • 'getNamedMarks' changed behavior.
  2155. • 'regModeKeywords' has been changed.
  2156. • "File:Win Sets" submenu.
  2157. • Assorted color improvements.
  2158. • 'listpick' now returns an error if "Cancel" is selected.
  2159. • double-clicking on parens, square brackets, and curly brances selects 
  2160.   entire expression.
  2161.   
  2162. ================================================================================ 
  2163. = 5.97 9-26-94 
  2164. ================================================================================ 
  2165. • ReplaceAll now notices and complains about regular expressions that 
  2166.   match zero-length pieces of text.
  2167. • Included GNU Diff w/ distribution. I forgot it w/ the previous two 
  2168.   distributions. 
  2169.   
  2170. ================================================================================ 
  2171. = 5.96 9-25-94 
  2172. ================================================================================ 
  2173.